method
new
v6.1.7.7 -
Show latest stable
- Class:
ActiveSupport::Logger
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