Function pact_mock_server_ffi::logger_init[][src]

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

Initialize the thread-local logger with no sinks.

This initialized logger does nothing until logger_apply has been called.

Usage

logger_init();

Safety

This function is always safe to call.