omni::structuredlog::fEventFlagSkipLog

Defined in omni/structuredlog/IStructuredLog.h

constexpr EventFlags omni::structuredlog::fEventFlagSkipLog = 0x00000040

Flag to indicate that this event should not be output to the schema’s specified log file.

This flag is intended to be used in combination with the fEventFlagOutputToStdout and fEventFlagOutputToStderr flags to control which destination(s) each event log message would be written to. The default behavior is to write each event message to the schema’s specified log file. Note that if this flag is used and neither the fEventFlagOutputToStderr nor fEventFlagOutputToStdout flags are used, it is effectively the same as disabling the event since there is no set destination for the message.