# File lib/logger.rb, line 336
  def <<(msg)
    unless @logdev.nil?
      @logdev.write(msg)
    end
  end