Log class

Constructors

Log({LogFilter? filter, LogWriter? writer})

Properties

filter LogFilter?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writer LogWriter?
getter/setter pair

Methods

d(Object message, {String tag = '', Object? error, StackTrace? stackTrace}) → void
e(Object message, {String tag = '', Object? error, StackTrace? stackTrace}) → void
i(Object message, {String tag = '', Object? error, StackTrace? stackTrace}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
w(Object message, {String tag = '', Object? error, StackTrace? stackTrace}) → void

Operators

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

Static Properties

shared Log
final