pkgcraft_log_test

Function pkgcraft_log_test 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pkgcraft_log_test( msg: *const c_char, level: LogLevel, )
Expand description

Replay a given PkgcraftLog object for test purposes.

ยงSafety

The argument must be a non-null PkgcraftLog pointer.