Parent

Methods

Class Index [+]

Quicksearch

Ramaze::Logger::Logger

Informer for the Stdlib Logger.

Public Instance Methods

dev(*args) click to toggle source

Stub for compatibility

@param [Hash] args

    # File lib/ramaze/log/logger.rb, line 27
27:       def dev(*args)
28:         debug(*args)
29:       end
log(tag, *args) click to toggle source

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.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.