# File lib/mixlib/log.rb, line 101 def level(new_level=nil) if new_level.nil? LEVEL_NAMES[logger.level] else self.level=(new_level) end end