module Ougai::Logging::Severity

def to_label(severity)

def to_label(severity)
  SEV_LABEL[severity + 1] || 'ANY'
end