Norvento logger
Doc
Table of Contents
Logger
Logger
Parameters
-
identifier
string Logger identifier
log
Prints the message to the console
Parameters
-
level
("DEBUG"
|"INFO"
|"WARN"
|"ERROR"
|"CRITICAL"
) log level -
message
string log message
info
Prints an info message to the console
Parameters
-
message
string log message
error
Prints an error message to the console
Parameters
-
message
string log message
warn
Prints an warn message to the console
Parameters
-
message
string log message
critical
Prints a critical message to the console
Parameters
-
message
string log message
debug
Prints an debug message to the console
Parameters
-
message
string log message