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 [...]
override
-
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 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 [...]
override