method

new

new(*args, **kwargs)
public

No documentation available.

# File activesupport/lib/active_support/logger.rb, line 80
    def initialize(*args, **kwargs)
      super
      @formatter = SimpleFormatter.new
    end