OperationTrace class
Constructors
Properties
- component ↔ String?
-
The name of component
read / write
- correlation_id ↔ String?
-
The transaction id to trace execution through call chain.
read / write
- duration ↔ int?
-
The duration of the operation in milliseconds
read / write
- error ↔ ErrorDescription?
-
The description of the captured error
ErrorDescription
ApplicationException
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- operation ↔ String?
-
The name of the executed operation
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- source ↔ String?
-
The source (context name)
read / write
- time ↔ DateTime?
-
The time when operation was executed
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited