Logger class abstract Logging

Abstract class that custom loggers have to extended.

Implementers

Constructors

Logger([LogLevel? level])

Properties

hashCode int
The hash code for this object.
no setterinherited
level LogLevel
The minimum log level for which log will be called.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

log(LogLevel level, LogDomain domain, String message) → void
The callback which is invoked for each log message.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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