Optional
onHandles Loggable value.
The handler execution results treated similarly to Loggable.toLog.
By default, calls Loggable.toLog and returns its value.
Either new loggable value representation, or nothing or this
value itself to not replace its loggable
representation.
Optional
onHandles raw (i.e. non-Loggable) value.
The handler execution results treated similarly to Loggable.toLog.
Does nothing by default.
Target (mutable) message to process.
The raw value to process.
Either new loggable value representation, or nothing or this
value itself to not replace its loggable
representation.
Generated using TypeDoc
Custom loggable value processing handlers.