public Method

Logger.formatter

Get the current formatter. The default formatter is a SimpleFormatter which only displays the log message

Source Code

# File active_support/clean_logger.rb, line 52
def formatter
  @formatter ||= SimpleFormatter.new
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.