ILogger class abstract

Implementers

Constructors

ILogger.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fatal(dynamic message) → void
fine(dynamic message) → void
get(String id) ILogger
info(dynamic message) → void
log(int level, dynamic message) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
severe(dynamic message) → void
shout(dynamic message) → void
silly(dynamic message) → void
toString() String
A string representation of this object.
inherited
verbose(dynamic message) → void
warning(dynamic message) → void

Operators

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