# File lib/scout/command.rb, line 158
    def level
      Logger.const_get(@level.upcase) rescue Logger::INFO
    end