#[no_mangle]
pub extern "C" fn pactffi_logger_init()
Expand description

Initialize the FFI logger with no sinks.

This initialized logger does nothing until pactffi_logger_apply has been called.

Usage

pactffi_logger_init();

Safety

This function is always safe to call.