The LogLevel class defines the various logging levels used by the logger.
LogLevel
Private
The constructor for each log level.
Readonly
Static
The list of all available log levels.
Return the logging level as a string.
The string representation of the logging level.
Parse a string to get the corresponding LogLevel.
The string to parse.
The corresponding LogLevel, or undefined if none was found.
undefined
The
LogLevel
class defines the various logging levels used by the logger.