ConsoleLogger class

ConsoleLogger class

Writes log messages to the file.

The ConsoleLogger type exposes the following members:

Constructors

Constructor Description
init Create logger to console.

Methods

Method Description
trace Writes trace message to the console.
Trace log messages provide generally useful information about application flow.
warning Writes warning message to the console;
Warning log messages provide information about the unexpected and recoverable event in application flow.

See Also