LogStatusHelper class

Static class helper for the enum

Constructors

LogStatusHelper()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

getColorPen(LogStatus status) → AnsiPen
get the AnsiPen With the right color from the LogStatus
getEmoji(LogStatus status) String
Get the emoji from the LogStatus
getStatusString(LogStatus status, {dynamic upperFirst = false, dynamic upperCase = false, dynamic fixedSize = true}) String
Apply some transformation on the string for better look