class SemanticLogger::Formatters::Raw

def thread_name

Name of the thread that logged the message.
def thread_name
  hash[:thread] = log.thread_name
end