Module: Formatting::UpstreamResponseTime0

Defined in:
lib/ntail/formatting.rb

Instance Method Summary collapse

Instance Method Details

#value(log_line, color) ⇒ Object



354
355
356
# File 'lib/ntail/formatting.rb', line 354

def value(log_line, color)
  foreground(log_line.upstream_response_time, color)
end