Function gnunet_sys::GNUNET_log_from_nocheck[][src]

pub unsafe extern "C" fn GNUNET_log_from_nocheck(
    kind: GNUNET_ErrorType,
    comp: *const c_char,
    message: *const c_char,
     ...
)

@ingroup logging Log function that specifies an alternative component. This function should be used by plugins.

@param kind how serious is the error? @param comp component responsible for generating the message @param message what is the message (format string) @param … arguments for format string