# File lib/ramaze/log/analogger.rb, line 45
      def log(tag, *args)
        super(tag, args.join("\n"))
      end