Log class

Inner logger class which will be used for printing the logs.

_id : Identifier for the logger to check from where the logs are printing;

Inheritance

Constructors

Log(String _id)

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
inherited
get(String id) Log
override
info(dynamic message) → void
inherited
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
inherited
shout(dynamic message) → void
inherited
silly(dynamic message) → void
inherited
toString() String
A string representation of this object.
inherited
verbose(dynamic message) → void
inherited
warning(dynamic message) → void
inherited

Operators

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