[][src]Function mmal_sys::vcos_log_register

pub unsafe extern "C" fn vcos_log_register(
    name: *const c_char,
    category: *mut VCOS_LOG_CAT_T
)

Register a logging category.

@param name the name of this category. @param category the category to register.