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