module Lumberjack

def tag(tags)

Returns:
  • (void) -

Parameters:
  • tags (Hash) -- The tags to set.
def tag(tags)
  context = Thread.current[:lumberjack_context]
  context&.tag(tags)
end