AbstractInitializes a new instance of the LoggerBase class.
The name of the logger.
The log manager.
The current log level of the logger. This acts as a filter for the logger's output. Only messages with a level equal or higher than this value will be written to the log.
The current log level of the logger. This acts as a filter for the logger's output. Only messages with a level equal or higher than this value will be written to the log.
Protected Abstract_logLogs an entry.
The entry to write.
Logs a message at level DEBUG.
The message to log or the options.
Rest...args: unknown[]Arguments used for replacement tokens in the message.
Logs a message at level ERROR.
The message to log or the options.
Rest...args: unknown[]Arguments used for replacement tokens in the message.
Logs a message at level FATAL.
The message to log or the options.
Rest...args: unknown[]Arguments used for replacement tokens in the message.
Logs a message at level INFO.
The message to log or the options.
Rest...args: unknown[]Arguments used for replacement tokens in the message.
Logs a message at the given level.
The log level.
The message to log or the options.
Rest...args: unknown[]Arguments used for replacement tokens in the message.
Logs a message at level TRACE.
The message to log or the options.
Rest...args: unknown[]Arguments used for replacement tokens in the message.
Logs a message at level WARN.
The message to log or the options.
Rest...args: unknown[]Arguments used for replacement tokens in the message.
Base class for loggers.