ILogger class

ILogger class

Defines the methods that are used to perform logging.

The ILogger type exposes the following members:

Methods

Method Description
trace Writes trace log message;
Trace log messages provides generally useful information about application flow.
warning Writes warning log message;
Warning log messages provides information about unexpected and recoverable event in application flow.
error Writes error log message;
Error log messages provides information about unrecoverable events in application flow.

See Also