| 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 81
81: def initialize
82: @datetime_format = nil
83: end