BufferedLogger class

Inheritance

Constructors

BufferedLogger(String funcName, {Object? object, LogCategory category = LogCategory.none, bool doNotFlush = false})

Properties

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

Methods

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

Operators

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