logger_udp_h (logger_udp v1.0.0)

Implementation of logger handler for UDP sinks.

Options

  • host - tuple specifying IPv4 or IPv6 address of the node where logs should be sent. If this field is set, then port field need to be set as werll.
  • port - port which is used for receiving messages.
  • path - path to local UNIX socket.

Options host and path are mutually exclusive. All other options are currently ignored, but the library authors reserve right to expand the set of supported options in future.