TracingIdRepresentation enum
Controls how we print a TracingId
Values
- decimal → const TracingIdRepresentation
-
Decimal string representation of the tracing id
- lowDecimal → const TracingIdRepresentation
-
The low 64-bits of rhe tracing id as a decimal
- hex → const TracingIdRepresentation
-
Hexadecimal string representation of the full tracing id
- hex16Chars → const TracingIdRepresentation
-
Hexadecimal string representation of the low 64-bits of the tracing id
- highHex16Chars → const TracingIdRepresentation
-
Hexadecimal string representation of the high 64-bits of the tracing id
- hex32Chars → const TracingIdRepresentation
-
Hexadecimal string representation of the full 128-bits of the tracing id
Properties
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
Constants
-
values
→ const List<
TracingIdRepresentation> - A constant List of the values in this enum, in order of their declaration.