NullTracer class
Properties
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
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 nonexistent 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