LoggerPrinter class

Inheritance

Constructors

LoggerPrinter()

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

d(Object? object, {String? tag}) → void
override
e(Object? object, {String? tag}) → void
override
getAnsiPen(int level) → AnsiPen
getLevelFirst(int level) String
i(Object? object, {String? tag}) → void
override
json(String? json, {String? tag}) → void
override
log(int level, Object? object, String? tag, {bool isJson = false}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
v(Object? object, {String? tag}) → void
override
w(Object? object, {String? tag}) → void
override

Operators

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

Constants

debug → const int
error → const int
info → const int
verbose → const int
warn → const int