logger library

Classes

LogFactory
LogMessage
The interface to the message being returned to LogTarget -> parseLog().
SystemLogger

Enums

LogDestination
LogFilterKind
Used for analytics.log() types. This lets the system know what to filter on and how to set priorities.
MetricType

Mixins

LogTarget
The foundation for building out a special logger. If logs need to be directed to a certain area, this is the interface to start off with. For instance a console logger, a networking logger or offline storage logger would all start off with LogTarget.

Functions

log(String message, {LogFilterKind? kind = LogFilterKind.debug}) → void