ColorizeLumberdash class

LumberdashClient that colors your logs in the stdout depending on their severity level

Constructors

ColorizeLumberdash()

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

logError(dynamic exception, [dynamic stacktrace]) → void
Printst the given message in a red background with a white font
logFatal(String message, [Map<String, String>? extras]) → void
Prints the given message in light red background with a white font
logMessage(String message, [Map<String, String>? extras]) → void
Prints a regular message to stdout without any color treatment
logWarning(String message, [Map<String, String>? extras]) → void
Prints the given message in a yellow background with a black font
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