ConsoleTransport class

Implemented types

Constructors

ConsoleTransport({bool diffTime = false, bool alignMessages = false, int initialAlignmentValue = 0, String timestampFormat = 'yyyy-MM-dd HH:mm:ss.S', PrintingMethod printingMethod = PrintingMethod.print, LogecomTextPainter textPainter = const UtfPainter()})

Properties

alignMessages bool
final
diffTime bool
final
hashCode int
The hash code for this object.
no setterinherited
initialAlignmentValue int
final
printingMethod PrintingMethod
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textPainter LogecomTextPainter
final
timestampFormat String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
translate(LogEntry entry, LogTranslatorNextFunction? next) → void
override

Operators

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