Logger class

Constructors

Logger.new()

Properties

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

Methods

chunk(dynamic args) → void
error(dynamic args) → void
log(dynamic args) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLogFunction(void fn(LogLevel logLevel, dynamic args)) → void
toString() String
A string representation of this object.
inherited
warn(dynamic args) → void

Operators

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