This function returned an array that contain all of the messages.
The following flag is used to monitor if the Logger.initLogger function have been called to set the configuration of log4js.
The following flag is used to monitor if the Logger.initLogger function have been called to set the configuration of log4js.
The following flag is used to control if the log message should be store in memory while log4js have yet to be configured.
The following flag is used to control if the log message should be store in memory while log4js have yet to be configured.
The following value is used to control the max number of messages allowed to be stored in memory at all time.
The following value is used to control the max number of messages allowed to be stored in memory at all time.
Dump all of the log messages in memory to the specified file
log file
This function is responsible for gathering all of the input parameters and store them in the message queue array.
New messages are to be stored at the top of the array instead of the bottom. This allow easy removing message from array while looping the array.
logger category
log method
log message
Generated using TypeDoc
LoggerManager is a singleton class used to contain logger information.