ULogLibPrinter class

Implemented types

Constructors

ULogLibPrinter()

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

addAdapter(ULogAdapter adapter) → void
override
clearLogAdapters() → void
override
getDeepSpace(int deep) String
json(String json, {String? tag}) → void
override
log(ULogType type, dynamic message, {dynamic error, StackTrace? stackTrace, String? tag}) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeLogAdapters(ULogAdapter adapter) → void
override
stringifyMessage(dynamic message) String
toEncodableFallback(dynamic object) Object
toString() String
A string representation of this object.
inherited

Operators

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

Constants

JSON_INDENT → const int