# File lib/mixlib/log.rb, line 133
    def <<(msg)
      loggers.each {|l| l << msg }
    end