Logger class

Conventional logger fluent API interface

Constructors

Logger(String category, Logecom logecom)

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

debug(String message, [dynamic context]) Logger
error(String message, [dynamic context]) Logger
fatal(String message, [dynamic context]) Logger
info(String message, [dynamic context]) Logger
log(String message, [dynamic context]) Logger
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
warn(String message, [dynamic context]) Logger

Operators

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