Documentation ¶
Overview ¶
Package netxlogger is a logger for netx events.
This package is a fork of github.com/ooni/netx/x/logger where we applied ooni/probe-engine specific customisations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler is a handler that logs events.
func (*Handler) OnMeasurement ¶
func (h *Handler) OnMeasurement(m modelx.Measurement)
OnMeasurement logs the specific measurement
Click to show internal directories.
Click to hide internal directories.