# File lib/innate/log/hub.rb, line 54
    def level=(lvl)
      @loggers.each{|l| l.level = lvl }
      @level = lvl
    end