LevelMap

Type Alias LevelMap 

Source
pub type LevelMap = dyn Fn(Level) -> c_int + Send + Sync;
Expand description

Function for mapping rust’s log levels to libc’s log levels.