Type Definition tracelogging::ProviderEnableCallback

source ·
pub type ProviderEnableCallback = fn(source_id: &Guid, event_control_code: u32, level: Level, match_any_keyword: u64, match_all_keyword: u64, filter_data: usize, callback_context: usize);
Expand description

Signature for a custom provider enable callback.