Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetLogCallback ¶
type NetLogCallback func(NetLogMessage)
type NetLogMessage ¶
type NetLogReceiver ¶
type NetLogReceiver struct {
// contains filtered or unexported fields
}
NetLogReceiver receives log messages over UDP.
func NewLogReceiver ¶
func NewLogReceiver(cb NetLogCallback) (*NetLogReceiver, error)
NewLogReceiver constructs a new UDP log receiver
Click to show internal directories.
Click to hide internal directories.