# File lib/mixlib/log.rb, line 69 def level(lv=nil) if lv.nil? @@levels.find() {|l| logger.level==l[1]}[0] else self.level=(lv) end end