Parent

Methods

Class Index [+]

Quicksearch

Logger::SimpleFormatter

Simple formatter which only displays the message.

Public Instance Methods

call(severity, timestamp, progname, msg) click to toggle source

This method is invoked when a log event occurs

    # File lib/active_support/core_ext/logger.rb, line 78
78:     def call(severity, timestamp, progname, msg)
79:       "#{String === msg ? msg : msg.inspect}\n"
80:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.