Function pkgcraft::logging::pkgcraft_logging_enable

source ยท
#[no_mangle]
pub extern "C" fn pkgcraft_logging_enable(
    cb: extern "C" fn(_: *mut PkgcraftLog),
    level: LogLevel,
)
Expand description

Enable pkgcraft logging support.