ITracer class Null safety
Interface for tracer components that capture operation traces.
- Implementers
Constructors
- ITracer()
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
beginTrace(
String? correlationId, String component, String operation) → TraceTiming - Begings recording an operation trace [...]
-
failure(
String? correlationId, String component, String operation, Exception error, int duration) → void - Records an operation failure with its name, duration and error [...]
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
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 [...]
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited