ConsoleLogger class

ConsoleLogger class

Writes log messages to the console.

The ConsoleLogger type exposes the following members:

Constructors

Constructor Description
init Initializes a new logger instance.

Methods

Method Description
error Writes an error log message. Error log messages provide information about unrecoverable events in the application flow.
error_file
error_string
trace Writes a trace log message.
trace_file
trace_string
warning Writes a warning log message, providing information about unexpected and recoverable events in the application flow.
warning_file
warning_string

See Also