OptionalappName?: stringThe name of the application to log messages for.
Optionaldebug?: booleanWhether to enable debug mode.
OptionallevelFormat?: stringThe format to display the log level in the log message.
Optionalplugins?: BasePlugin[]An array of plugins that extend the logger.
OptionalshowLevel?: booleanWhether to show the log level in the log message.
OptionalshowTimestamp?: booleanWhether to show the current timestamp in the log message.
The configuration options for the logger.