ULog class

Constructors

ULog()

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 Properties

printer ULogPrinter
getter/setter pair

Static Methods

addLogAdapter(ULogAdapter adapter) → void
clearLogAdapters() → void
d(dynamic message, {dynamic error, StackTrace? stackTrace, String? tag}) → void
Log a message at level ULogType.debug.
e(dynamic message, {dynamic error, StackTrace? stackTrace, String? tag}) → void
Log a message at level ULogType.error.
i(dynamic message, {dynamic error, StackTrace? stackTrace, String? tag}) → void
Log a message at level ULogType.info.
json(String json, {String? tag}) → void
removeLogAdapters(ULogAdapter adapter) → void
v(dynamic message, {dynamic error, StackTrace? stackTrace, String? tag}) → void
Log a message at level ULogType.verbose.
w(dynamic message, {dynamic error, StackTrace? stackTrace, String? tag}) → void
Log a message at level ULogType.warning.