Function pact_mock_server_ffi::init_with_log_level[][src]

#[no_mangle]
pub unsafe extern "C" fn init_with_log_level(level: *const c_char)
Expand description

Initialises logging, and sets the log level explicitly.

Safety

Exported functions are inherently unsafe.