Module: Formatting::RequestTime0
- Defined in:
- lib/ntail/formatting.rb
Instance Method Summary collapse
Instance Method Details
#value(log_line, color) ⇒ Object
385 386 387 |
# File 'lib/ntail/formatting.rb', line 385 def value(log_line, color) foreground(log_line.request_time, color) end |