class HAProxyLogParser::ErrorEntry
An instance of this class represents a connection error line of an HAProxy log. See the “Logging > Log formats > Error log format” section in HAProxy's configuration.txt for documentation of fields.
Attributes
accept_date[RW]
@return [Time]
bind_name[RW]
@return [String]
client_ip[RW]
@return [String]
client_port[RW]
@return [Integer]
frontend_name[RW]
@return [String]
message[RW]
@return [String]