FileLogger

FileLogger class

Writes log messages to the file.

The FileLogger type exposes the following members:

Constructors

Name Description
FileLogger(file_name) Initializes a new instance of the FileLogger class

Methods

Name Description
trace(message) Writes a trace message to the console.
Trace log messages provide generally useful information about application flow.
warning(message) Writes a warning message to the console.
Warning log messages provide information about unexpected and recoverable events in application flow.

See Also