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