Module: ActiveSupport::CustomLogger::InstanceMethods
- Included in:
- BufferedLogger, Logger::SimpleFormatter
- Defined in:
- lib/active_support/custom_logger.rb
Instance Method Summary collapse
Instance Method Details
#formatted_timestamp ⇒ Object
7 8 9 |
# File 'lib/active_support/custom_logger.rb', line 7 def "[#{Time.now.strftime('%FT%T')}]" end |