struct LOG_CATEGORY [src]
Members
- DYNAMIC_STACK_TRACING (Constant)
- DYNAMIC_TRACING (Constant)
- POINTS_OF_INTEREST (Constant)
Source
pub const LOG_CATEGORY = struct {
pub const POINTS_OF_INTEREST: *const u8 = "PointsOfInterest";
pub const DYNAMIC_TRACING: *const u8 = "DynamicTracing";
pub const DYNAMIC_STACK_TRACING: *const u8 = "DynamicStackTracing";
}