Function pkgcraft::logging::pkgcraft_log_test
source · #[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.