The LogHandler is used to execute actions that dictate to log a message and/or metrics. LogHandler can be invoked with any Action object. Action objects can include attributes to configure the LogHandler or rely on the handler's default settings. Possible attribute values are listed below.
Attribute | Description |
---|---|
logLevel | Log Level for logged message. Possible values are trace, debug, info, warn, error. |
message | Message for log. |