Logging Topic

Classes

ConsoleLogger Logging
Logger for writing log messages to the system console.
DartConsoleLogger Logging
A Logger which formats logs in the same way as ConsoleLogger but uses Dart's print function.
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 from 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.