module Formatting::BodyBytesSent0
Public Instance Methods
value(log_line, color)
click to toggle source
# File lib/ntail/formatting.rb, line 323 def value(log_line, color) foreground(log_line.body_bytes_sent, color) end