# File lib/ramaze/log/logging.rb, line 60
    def debug(*objects)
      tag_log(:debug, :inspect, *objects)
    end