# File lib/mcollective/logger/console_logger.rb, line 16 def valid_levels {:info => :info, :warn => :warning, :debug => :debug, :fatal => :crit, :error => :err} end