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_timestampObject



7
8
9
# File 'lib/active_support/custom_logger.rb', line 7

def formatted_timestamp
  "[#{Time.now.strftime('%FT%T')}]"
end