method
new
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::Logger
new(*args, **kwargs)public
No documentation available.
# File activesupport/lib/active_support/logger.rb, line 33
def initialize(*args, **kwargs)
super
@formatter ||= SimpleFormatter.new
end