Logs a message at the given verbosity level.
If level
is below the global verbosity
level, the message is ignored.
The message to log.
The prefix of the message, should specify the model or library that is doing the logging.
The verbosity level of the message. The message will not be
logged if this level is greater than the verbosity
setting.
Logs a message at the given verbosity level, with the duration.
If level
is below the global verbosity
level, the message is ignored.
The message to log.
The start time to use for duration calculation, in ms.
The prefix of the message, should specify the model or library that is doing the logging.
The verbosity level of the message. The message will not be
logged if this level is greater than the verbosity
setting.
Sets verbosity level.
If level
is below the global verbosity
level, the message is ignored.
The new verbosity
Generated using TypeDoc
The global verbosity level for Magenta.js.