Flowdock
format_severity(severity) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/logger.rb, line 486
  def format_severity(severity)
    SEV_LABEL[severity] || 'ANY'
  end
Register or log in to add new notes.