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