Class | Logger::Formatter |
In: |
vendor/rails/activesupport/lib/active_support/core_ext/logger.rb
|
Parent: | Object |
Format | = | "%s, [%s#%d] %5s -- %s: %s\n" |
datetime_format | [RW] |
# File vendor/rails/activesupport/lib/active_support/core_ext/logger.rb, line 79 79: def initialize 80: @datetime_format = nil 81: end