Object
# File lib/active_support/core_ext/logger.rb, line 80 def initialize @datetime_format = nil end
# File lib/active_support/core_ext/logger.rb, line 84 def call(severity, time, progname, msg) Format % [severity[0..0], format_datetime(time), $$, severity, progname, msg2str(msg)] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.