Class: Logger

Logger()

Static logging utility with timestamped levels: fatal, error, warning, info, success, debug.

Constructor

new Logger()

Source:

Methods

(static) debug()

Log a debug message with file/function/line source information.

Log a debug message with file/function/line source information.

Source:

(static) error()

Log an error message.

Log an error message.

Source:

(static) fatal()

Log an error message and exit the process.

Log an error message and exit the process.

Source:

(static) info()

Log an info message.

Log an info message.

Source:

(static) primary()

Log a primary message (no level tag).

Log a primary message (no level tag).

Source:

(static) secondary()

Log a secondary message (no level tag).

Log a secondary message (no level tag).

Source:

(static) success()

Log a success message.

Log a success message.

Source:

(static) warning()

Log a warning message.

Log a warning message.

Source: