FileLogger class

FileLogger class

File logger implementation.

The FileLogger type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the FileLogger class with the specified file path.

Methods

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

See Also