Readonly
levelReadonly
nameStatic
AllStatic
DebugStatic
ErrorStatic
FatalStatic
InfoStatic
OffStatic
TraceStatic
valuesThe list of all available log levels.
Static
WarnReturn the logging level as a string.
The string representation of the logging level.
Static
parseParse a string to get the corresponding LogLevel
.
The string to parse.
The corresponding LogLevel
, or undefined
if none was found.
The
LogLevel
class defines the various logging levels used by the logger.