[][src]Function libdc1394_sys::dc1394_log_error

pub unsafe extern "C" fn dc1394_log_error(format: *const c_char, _: ...)

dc1394_log_error: logs a fatal error condition to the registered facility This function shall be invoked if a fatal error condition is encountered. The message passed as argument is delivered to the registered error reporting function registered before. @param [in] format,...: error message to be logged, multiple arguments allowed (printf style)