Function init_unix_custom

Source
pub fn init_unix_custom<P>(
    facility: Facility,
    log_level: LogLevelFilter,
    path: P,
) -> Result<(), SetLoggerError>
where P: AsRef<Path>,
Expand description

Unix socket Logger init function compatible with log crate and user provided socket path