SystemLogger class

Mixed-in types

Constructors

SystemLogger()

Properties

hashCode int
The hash code for this object.
no setterinherited
logger ↔ Logger
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseLog(LogMessage log) → void
Implement this method to process logging messages. This is where the logic for the target will be added. Feel free to add your own data queueing and offline storage.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited