class Cuniculus::Logger::Formatters::Base
Public Instance Methods
tid()
click to toggle source
# File lib/cuniculus/logger.rb 15 def tid 16 Thread.current["cuniculus_tid"] ||= (Thread.current.object_id ^ ::Process.pid).to_s(36) 17 end