Class: Semlogr::Enrichers::Thread

Inherits:
Object
  • Object
show all
Defined in:
lib/semlogr/enrichers/thread.rb

Instance Method Summary collapse

Instance Method Details

#enrich(log_event) ⇒ Object



8
9
10
# File 'lib/semlogr/enrichers/thread.rb', line 8

def enrich(log_event)
  log_event.add_property_if_absent(thread_id: ::Thread.current.object_id)
end