Parent

Methods

Class/Module Index [+]

Quicksearch

Logger::Formatter

Constants

Format

Attributes

datetime_format[RW]

Public Class Methods

new() click to toggle source
# File lib/active_support/core_ext/logger.rb, line 80
def initialize
  @datetime_format = nil
end

Public Instance Methods

call(severity, time, progname, msg) click to toggle source
# 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.