class CopyTunerClient::PrefixedLogger

def thread_info

def thread_info
  "[P:#{Process.pid}] [T:#{Thread.current.object_id}]"
end