class SemanticLogger::Formatters::Default

def thread_name

Name of the thread that logged the message.
def thread_name
  format("%.30s", log.thread_name)
end