method

new

new(logger)
public

No documentation available.

# File activesupport/lib/active_support/tagged_logging.rb, line 58
    def self.new(logger)
      # Ensure we set a default formatter so we aren't extending nil!
      logger.formatter ||= ActiveSupport::Logger::SimpleFormatter.new
      logger.formatter.extend Formatter
      logger.extend(self)
    end