format_severity(severity)
No documentation available.
# File lib/logger.rb, line 579 def format_severity(severity) SEV_LABEL[severity] || 'ANY' end