LoggerDebugInfo class abstract

Provides structured debug metadata for logging.

Implementors expose a map of key-value pairs via debugInfo that loggers can serialise alongside the primary message (e.g. feature name + port name + event kind). Keep values small and serialisable — Logger implementations may render them as JSON, so complex objects are formatted via their toString().

Implementers

Constructors

LoggerDebugInfo()

Properties

debugInfo Map<String, String>
Key-value pairs describing this object for debug output.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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