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