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