# File lib/ramaze/log/logging.rb, line 51
    def warn(*objects)
      tag_log(:warn, :to_s, *objects)
    end