ILogger class

ILogger class

Defines methods used to perform logging.

The ILogger type exposes the following members:

Methods

Method Description
error Writes an error log message providing information about unrecoverable events in the application flow.
error_file
error_string
trace Writes a trace log message providing generally useful information about application flow.
trace_file
trace_string
warning Writes a warning log message.
warning_file
warning_string

See Also