omni::structuredlog::fEnableFlagWholeSchema

Defined in omni/structuredlog/IStructuredLog.h

constexpr EnableFlags omni::structuredlog::fEnableFlagWholeSchema = 0x00000002

Flag to indicate that a call to IStructuredLog::setEnabled() should affect the entire schema that the named event ID belongs to instead of just the event.

When this flag is used, each of the schema’s events will behave as though they are disabled. However, each event’s individual enable state will not be modified. When the schema is enabled again, the individual events will retain their previous enable states.