Type Definition gnunet_sys::GNUNET_Logger[][src]

type GNUNET_Logger = Option<unsafe extern "C" fn(cls: *mut c_void, kind: GNUNET_ErrorType, component: *const c_char, date: *const c_char, message: *const c_char)>;

@ingroup logging User-defined handler for log messages.

@param cls closure @param kind severeity @param component what component is issuing the message? @param date when was the message logged? @param message what is the message