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
Get the current formatter. The default formatter is a SimpleFormatter which only displays the log message
# File active_support/clean_logger.rb, line 52 def formatter @formatter ||= SimpleFormatter.new end
<code/>and<pre/>for code samples.