Renvoie un clone de l'adaptateur avec un préfixe concatené Ex: new Logger("Queue").clone("MyQueue") => Logger("Queue][MyQueue") -> qui s'affichera [Queue][MyQueue]
Debug level shortcut.
Variadic payload.
Error level shortcut.
Variadic payload.
Safely stringifies and combines all parts of a log payload into a single string.
Array of items to log.
Severity of the log.
A specific label for the line.
Formatted output string.
Info level shortcut.
Variadic payload.
Log message using defined logger
array
LogLevel
Updates the logger to a new verbosity log level.
The target LogLevel enum.
Trace level shortcut.
Variadic payload.
Warning level shortcut.
Variadic payload.
Default internal implementation relying on
loglevelandchalkfor colored console outputs.