FileLogger class

FileLogger class

Writes log messages to the file.

The FileLogger type exposes the following members:

Constructors

Constructor Description
init Create logger to file.

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.

See Also