class method
self.new
Ruby on Rails 7.1.6
Since v4.0.13Signature
self.new(*args, **kwargs)
No documentation comment.
Parameters
-
argsrest -
kwargskeyrest
Source
# File activesupport/lib/active_support/logger.rb, line 29
def initialize(*args, **kwargs)
super
@formatter ||= SimpleFormatter.new
end
Defined in activesupport/lib/active_support/logger.rb line 29
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Logger