Log4f class

Constructors

Log4f()

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

colorMap Map<String, Color>
getter/setter pair
logContainer LogContainer
final

Static Methods

addLogListener(LogListener listener) → void
d({String? tag, required String msg, int stackDepth = 0, int logType = 2, bool writeFile = false}) Future<void>
e({String? tag, required String msg, int stackDepth = 50, int logType = 2, bool writeFile = false}) Future<void>
i({String? tag, required String msg, int stackDepth = 0, int logType = 2, bool writeFile = false}) Future<void>
log(String level, String? tag, String msg, int stackDepth, int logType, bool writeFile) Future<void>
removeLogListener(LogListener listener) → void
setDefaultTag(String tag) → void
v({String? tag, required String msg, int stackDepth = 0, int logType = 2, bool writeFile = false}) Future<void>
w({String? tag, required String msg, int stackDepth = 10, int logType = 2, bool writeFile = false}) Future<void>
wtf({String? tag, required String msg, int stackDepth = 1000, int logType = 2, bool writeFile = false}) Future<void>