Enriching events
Last updated
Last updated
Enriching is a term used to denote adding external properties to after their construction. It allows to augment events with contextual information not available at immediate logging site.
Default implementations of and involve enrichment of log events with special well-known properties.
By default, enrichment extensions do not overwrite properties already present in log events, although this behaviour can be configured.
Prerequisites: install .
Add a property with given name and value to incoming log events without overwriting existing values:
Add given properties to incoming log events, potentially overwriting existing values:
Add all public properties of given object to incoming log events:
Add a property with given key and value provided by given delegate to incoming log events:
Add all public properties of the object provided by given delegate to incoming log events:
Add the value of the property with given name from FlowingContext
to incoming log events with specified log name (which may differ from property name in context):
Add the value of the global with following type from FlowingContext
to incoming log events with specified name:
Add all current properties from FlowingContext
to incoming log events:
Prerequisites: install .
Prerequisites: install and .
Extensions listed in this section allow to enrich log events with values from FlowingContext
exposed from library: