LogSinkTracer class abstract

Implemented types
Implementers

Constructors

LogSinkTracer()

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

enabled(int level) bool
tests whether this LogSink is enabled at the specified V-level.
inherited
end([Map? values]) → dynamic
error(Exception e, Map values, {StackTrace? stackTrace}) → dynamic
logs an Exception, message will always in field "msg"
inherited
info(int level, Map values) → dynamic
logs non-error with Map values, message will always in field "msg"
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start(String name, [Map? values]) LogSinkTracer
toString() String
A string representation of this object.
inherited
withName(String name) LogSink
returns a new LogSink with specified name appended.
inherited
withValues(Map values) LogSink
returns a new LogSink with Map values.
inherited

Operators

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