Log class

this will be the helper for logs. By default only logs are enabled only in debug builds, to enable logs on release build as well change filter to ProductionFilter. usage : Log.d('This is a log');

Constructors

Log()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

d(String message) → void
e(String message) → void
f(String message) → void
i(String message) → void
init(LoggerConfig config) → void
t(String message) → void
w(String message) → void