class SemanticLogger::Log

def process_info(thread_name_length = 30)

DEPRECATED
def process_info(thread_name_length = 30)
  file, line = file_name_and_line(true)
  file_name  = " #{file}:#{line}" if file
  "#{$$}:#{format("%.#{thread_name_length}s", thread_name)}#{file_name}"
end