LogConfigurations class

Configuration class for the logger.

Constructors

LogConfigurations({int defaultMaxHorizontalLenght = 80, LogBorderSytle defaultBorderStyle = const LogBorderSytle.doubleBorder(), LogColor defaultColor = LogColor.cyan, LogColor defaultErrorColor = LogColor.magenta, bool isLogActivated = true, void linesPrinterFunction(List<String> lines)?})
const

Properties

defaultBorderStyle LogBorderSytle
final
defaultColor LogColor
final
defaultErrorColor LogColor
final
defaultMaxHorizontalLenght int
final
hashCode int
The hash code for this object.
no setterinherited
isLogActivated bool
final
linesPrinterFunction → (void Function(List<String> lines)?)
final
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