method
new
v4.1.8 -
Show latest stable
- Class:
ActiveSupport::Logger
new(*args)public
No documentation available.
# File activesupport/lib/active_support/logger.rb, line 44
def initialize(*args)
super
@formatter = SimpleFormatter.new
end