set

Function set 

Source
pub unsafe extern "C" fn set(fn_ptr: LogFn)
Expand description

Set the global event logging function.

@param fn_ptr A pointer to the event logging function. If NULL, the global logger is unset.