Monster.Logging.Handler. ConsoleHandler

You can create an object of the class simply by using the namespace new Monster.Logging.Handler.ConsoleHandler().

Constructor

new ConsoleHandler()

Since
  • 1.5.0
License
  • AGPLv3

Methods

log(entry) → {boolean}

This is the central log function.

This is the central log function. this method must be overwritten by derived handlers with their own logic.

ALL > TRACE > DEBUG > INFO > WARN > ERROR > FATAL > OFF (ALL = 0xff;OFF = 0x00;

Parameters:
NameTypeDescription
entryLogEntry
Returns:
Type: 
boolean