Abstract
Base class that implements all additional BaseLogger methods, leaving only the implementation of SimpleLogger.
Log a message at the 'debug' level.
The message to log.
Log a message at the 'error' level.
Log a message at the 'info' level.
Log the given message at the given level. If the internal level is higher than the given level, the message may be voided.
The level to log at.
Log a message at the 'silly' level.
Log a message at the 'verbose' level.
Log a message at the 'warn' level.
Base class that implements all additional BaseLogger methods, leaving only the implementation of SimpleLogger.