Module: Jersey::Logging::LogTime
- Included in:
- JsonLogger, Jersey::Logger
- Defined in:
- lib/jersey/logging/mixins.rb
Overview
always log the time
Instance Method Summary collapse
Instance Method Details
#log(hash = {}) ⇒ Object
5 6 7 |
# File 'lib/jersey/logging/mixins.rb', line 5 def log(hash = {}) super(hash.merge(now: Time.now)) end |