logger library

Classes

ConsoleLogOutput
CrashlyticsOutput
DefaultFilter
The default filter checks if the app is in production to only allow Error and Fatal log levels, otherwise, all levels are allowed.
LogEvent
Represents something that is needed to be logged
LogFilter
Used to filter the logs that are processed
Logger
Class used to log messages to console, files, and more loggers
LogOutput
Receives an event and writes to a destination.
MultiLogOutput
A LogOutput that writes a LogEvent to multiple LogOutputs

Enums

ConsoleLogWriter
LogLevel
Represents the level of a log message

Extensions

LogLevelExtension on LogLevel?