Summary

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.

LogHandler Service Attributes

AttributeDescription
logLevelLog Level for logged message. Possible values are trace, debug, info, warn, error.
messageMessage for log.