[][src]Function mmal_sys::vcos_log_get_default_category

pub unsafe extern "C" fn vcos_log_get_default_category(
) -> *const VCOS_LOG_CAT_T

Return a default logging category, for people too lazy to create their own.

Using the default category will be slow (there's an extra function call overhead). Don't do this in normal code.