Logger class

Implementers

Constructors

Logger(String funcName, {Object? object, List<Object?>? args, LogCategory category = LogCategory.none, bool muted = false})

Properties

args List<Object?>?
final
argsString String
no setter
category LogCategory
final
funcName String
final
hashCode int
The hash code for this object.
no setterinherited
indent String
final
muted bool
final
nextIndent String
final
object Object?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldLog bool
no setter

Methods

end([String? note]) → void
focusOn(Object? object) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
print(Object object, [LogColor? color]) → void
printAction(String string, Object object, {String additional = '', bool printAncestorChain = false}) → void
printAncestorChainOf(Object object) → void
printStackTrace({int beginCount = 25, int endCount = 25}) → void
printWidgetAncestorChainOf(Object object) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

buffered bool
getter/setter pair
focus Object?
getter/setter pair
nextDepth int
getter/setter pair