Logger class

Constructors

Logger([dynamic tag])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
level Level
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
final

Methods

call({dynamic error, dynamic warn, dynamic note, dynamic debug, dynamic trace}) → void
child([dynamic tag]) Logger
debug(dynamic msg) → void
error(dynamic msg) → void
log({dynamic error, dynamic warn, dynamic note, dynamic debug, dynamic trace}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
note(dynamic msg) → void
toString() String
A string representation of this object.
inherited
trace(dynamic msg) → void
warn(dynamic msg) → void

Operators

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