LogTracer class

Implemented types

Constructors

LogTracer()
Creates a new instance of the tracer.

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

beginTrace(String? correlationId, String component, String operation) TraceTiming
Begings recording an operation trace
override
configure(ConfigParams config) → void
Configures component by passing configuration parameters.
failure(String? correlationId, String component, String operation, Exception error, int duration) → void
Records an operation failure with its name, duration and error
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setReferences(IReferences references) → void
Sets references to dependent components.
toString() String
A string representation of this object.
inherited
trace(String? correlationId, String component, String operation, int duration) → void
Records an operation trace with its name and duration
override

Operators

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