Log class abstract

Available Extensions

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 Properties

functionLength int
getter/setter pair
level int
getter/setter pair
logPathFn LogPathFn?
Example:
getter/setter pair
reg RegExp
final
zonePrintLabel Object
final

Static Methods

e(Object? error, {bool showPath = true, bool onlyDebug = true, int lines = 0, int position = 0, Zone? zone, bool split = true, bool showTag = true, LogBgColor? bgColor}) bool
getLineFromStack({int position = 1}) String
i(Object? info, {bool showPath = true, bool onlyDebug = true, int lines = 0, int position = 0, Zone? zone, bool split = true, bool showTag = true, LogBgColor? bgColor}) bool
log(LogColor? color, Object? message, {bool showPath = true, bool onlyDebug = true, int lines = 0, int position = 0, bool split = true, bool showTag = true, Zone? zone, LogBgColor? bgColor}) bool
logRun<R>(R body(), {bool canPrint = true, Map<Object, Object>? zoneValues}) → R
splitString(Object source) Iterable<String>
w(Object? warn, {bool showPath = true, bool onlyDebug = true, int lines = 0, int position = 0, Zone? zone, bool split = true, bool showTag = true, LogBgColor? bgColor}) bool

Constants

error → const int
info → const int
warn → const int