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 a trace message.
Trace log messages provide generally useful information about application flow.
warning Writes a warning message.
Warning log messages provide information about unexpected and recoverable events in application flow.

See Also