Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v0.3.1
type Config struct { // Verbose controls whether types are explicitly shown in the logs. Only applicable for record type 'V'. Verbose bool `json:"verbose"` }
Config for the protobuf logger
type Producer ¶ added in v0.4.0
type Producer struct { Config *Config // contains filtered or unexported fields }
Producer is a simple protobuf logger
func (*Producer) ProcessReliableAck ¶ added in v0.4.0
ProcessReliableAck noop method
Click to show internal directories.
Click to hide internal directories.