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