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().
Constructors
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