Class: Logger

Logger

An application logger.

Logging levels range from 0-4 and is controlled at the application level. Level 0 is off, 1 is error, 2 is warn, 3 is info, and 4 is debug. The default level starts as 2.


new Logger()