Stub for compatibility
@param [Hash] args
# File lib/ramaze/log/logger.rb, line 27 27: def dev(*args) 28: debug(*args) 29: end
Integration to Logging
@param [String] tag @param [Hash] args
# File lib/ramaze/log/logger.rb, line 19 19: def log(tag, *args) 20: __send__(tag, args.join("\n")) 21: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.