LazyLogger class

The main class which will initiate the log calls.

_id : Will be used to distinguish between loggers. _obtainLogger : Will be used to get the logger based on _id.

Implemented types

Constructors

LazyLogger(String _id, ILogger _obtainLogger())

Properties

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

Methods

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

Operators

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