2.1.1 • Published 5 years ago
@norvento/logger v2.1.1
Norvento logger
Doc
Table of Contents
Logger
Logger
Parameters
identifierstring Logger identifier
log
Prints the message to the console
Parameters
level("DEBUG"|"INFO"|"WARN"|"ERROR"|"CRITICAL") log levelmessagestring log message
info
Prints an info message to the console
Parameters
messagestring log message
error
Prints an error message to the console
Parameters
messagestring log message
warn
Prints an warn message to the console
Parameters
messagestring log message
critical
Prints a critical message to the console
Parameters
messagestring log message
debug
Prints an debug message to the console
Parameters
messagestring log message