# File lib/innate/log/color_formatter.rb, line 41
    def colorize(string, severity)
      LEVEL_COLOR[severity] % string
    end