SimpleFormatter class

This formatter will not generate borders.

Inheritance

Constructors

SimpleFormatter({int stackTraceLevel = 10, MessageCallback? callerGetter = DogUtils.defaultCallerInfo})

Properties

callerGetter MessageCallback?
Function to get caller info.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTraceLevel int
The level we will retrieve from StackTrace.
final

Methods

convertMessage(dynamic message) String
convertStackTrace(StackTrace stackTrace) String
stackTraceLevel lines at most.
format(Record record) List<String>
override
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