Class: Formatter (Logger)

Overview
Module Structure
Class Hierarchy
Constants
Formatter::Format
Instance Attributes
Formatter#datetime_format [RW]
Instance Methods
Formatter#initialize
Formatter#call / 4
Formatter#format_datetime / 1
Formatter#msg2str / 1
is a submodule of
class: Logger   
inherits from
  Object ( Builtin-Module )
is inherited by
  SimpleFormatter ( Logger )
has properties
constant: Format   
attribute: datetime_format [RW]   
method: initialize   
method: call / 4   
method: format_datetime / 1   
method: msg2str / 1   
is defined at
#75 in active_support/core_ext/logger.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: Object     
  class: Logger
class: Formatter     
class: SimpleFormatter     

Class Hierarchy

Object ( Builtin-Module )
includes
  InstanceExecMethods ( Unknown-Module )
has properties
method: duplicable?   
method: ` / 1   
method: blank?   
method: present?   
method: presence   
method: to_param   
method: to_query / 1   
method: remove_subclasses_of / 1   
method: subclasses_of (1/2) / 1   
method: subclasses_of (2/E) / 1   
method: extended_by   
method: extend_with_included_modules_from / 1   
method: instance_exec / 2   
method: instance_variable_defined? / 1   
method: instance_values   
method: instance_variable_names   
method: copy_instance_variables_from / 2   
method: metaclass   
method: returning / 1   
method: tap   
method: with_options / 1   
method: acts_like? / 1   
method: singleton_class   
method: class_eval / 2   
method: html_safe?   
method: try / 3   
method: to_json / 1   
method: as_json / 1   
class method: method_added / 1   
class method: find_hidden_method / 1   
Logger
Formatter ( Logger )
has properties
constant: Format   
attribute: datetime_format [RW]   
method: initialize   
method: call / 4   
method: format_datetime / 1   
method: msg2str / 1   
  SimpleFormatter     

Constants

Formatter::Format

#76 in active_support/core_ext/logger.rb

Format = "%s, [%s#%d] %5s -- %s: %s\n"   

Instance Attributes

Formatter#datetime_format [RW]

#78 in active_support/core_ext/logger.rb

Instance Methods

Formatter#initialize

#80 in active_support/core_ext/logger.rb

initialize

Formatter#call / 4

#84 in active_support/core_ext/logger.rb

call ( severity ,
  time ,
  progname ,
  msg )

Formatter#format_datetime / 1

#90 in active_support/core_ext/logger.rb

format_datetime ( time )

Formatter#msg2str / 1

#98 in active_support/core_ext/logger.rb

msg2str ( msg )