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