Logging topic

Classes

ConsoleLogger Logging
Logger for writing log messages to the system console.
FileLogger Logging
Logger for writing log messages to files.
Log Logging
Configuration of the ConsoleLogger, FileLogger and a custom Logger.
LogFileConfiguration Logging
The configuration for log files.
Logger Logging
Abstract class that custom loggers have to extended.
LogMessage Logging
A log message.
StreamLogger Logging
A Logger which emits the received LogMessages into a stream.

Enums

LogDomain Logging
Subsystems that log information.
LogLevel Logging
Levels of log messages. Higher values are more important/severe. Each level includes the lower ones.