Function udp

Source
pub fn udp<T>(
    local: T,
    server: T,
    hostname: String,
    facility: Facility,
) -> Result<Box<Logger>, Error>
where T: ToSocketAddrs,
Expand description

returns a UDP logger connecting local and server