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.
ReadonlynameThe unique name of the logger.
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.
Interface for logging messages.