Class: Semlogr::Enrichers::LogContext
- Inherits:
-
Object
- Object
- Semlogr::Enrichers::LogContext
- Defined in:
- lib/semlogr/enrichers/log_context.rb
Instance Method Summary collapse
Instance Method Details
#enrich(log_event) ⇒ Object
8 9 10 11 12 13 |
# File 'lib/semlogr/enrichers/log_context.rb', line 8 def enrich(log_event) Semlogr::LogContext.current .each do |properties| log_event.add_property_if_absent(properties) end end |