logger_udp

Implementation of Erlang’s logger handler for UDP sinks.

Behaviour

Idea is simple - for each scheduler in the VM we start one UDP socket that is then used for sending messages to the sink. This provides us “natural” way for overload protection.

Configuration

or

All other options are currently ignored.

Build

$ rebar3 compile