Function init_udp

Source
pub fn init_udp<T>(
    local: T,
    server: T,
    hostname: String,
    facility: Facility,
    log_level: LogLevelFilter,
) -> Result<(), SetLoggerError>
where T: ToSocketAddrs,
Expand description

UDP Logger init function compatible with log crate