LogManager class
Properties
Methods
-
addException(
String exception) → void -
addLog(
int type, String msg) → void -
getErrors(
) → List< IInfo> ? -
getLogs(
) → List< IInfo> ? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerListener(
Function listener) → void -
toString(
) → String -
A string representation of this object.
inherited
-
unregisterListener(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → LogManager
-
no setter