pub trait GetLogCategories {
    fn get_log_categories(&mut self) -> u32;
}

Required Methods§

| Get log flags. |

Implementors§