OperationTrace class

Constructors

OperationTrace(DateTime? time, String? source, String? component, String? operation, String? correlation_id, int? duration, ErrorDescription? error)

Properties

component String?
The name of component
getter/setter pair
correlation_id String?
The transaction id to trace execution through call chain.
getter/setter pair
duration int?
The duration of the operation in milliseconds
getter/setter pair
error ↔ ErrorDescription?
The description of the captured error ErrorDescription ApplicationException
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
operation String?
The name of the executed operation
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
The source (context name)
getter/setter pair
time DateTime?
The time when operation was executed
getter/setter pair

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