Creates a new Logger.
The facility (location) of the logger
The options to pass the logger. Note that global.lgjs__globalOptions will be used if unspecified.
Do we log to the console?
The facility of the logger
The LogFile that is used for logging
Sends a critical log message to the file.
The message to send
The description of where the log is happening.
Sends a debugging log message to the file.
The message to send
The description of where the log is happening.
Sends an emergency (fatal) log message to the file.
The message to send
The description of where the log is happening.
Sends an error log message to the file.
The message to send
The description of where the log is happening.
Sends an informational log message to the file.
The message to send
The description of where the log is happening.
Sends a normal log message to the file.
The message to send
The description of where the log is happening.
Sends a notice message to the file.
The message to send
The description of where the log is happening.
Sends a warning log message to the file.
The message to send
The description of where the log is happening.
Generated using TypeDoc
Class to represent logging