Function extism::sdk::extism_log_custom

source ยท
#[no_mangle]
pub unsafe extern "C" fn extism_log_custom(
    log_level: *const c_char,
) -> bool
Expand description

Enable a custom log handler, this will buffer logs until extism_log_drain is called Log level should be one of: info, error, trace, debug, warn