LoggerData class

logger data storage

Constructors

LoggerData()

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 Properties

data List<LoggerInnerData>
the real logger data.
no setter
markLogger bool
no setter

Static Methods

addData(dynamic data, {String? tag}) → dynamic
add data to logger
addListener(Function listener) → dynamic
add data listener
clear() → dynamic
clear all logger
removeListener(Function listener) → dynamic
remove data listener
setLogger(bool state) → dynamic
setMax(int max) → dynamic
set the logger max number.