omni::structuredlog::fEventFlagUseLocalLog

Defined in omni/structuredlog/IStructuredLog.h

constexpr EventFlags omni::structuredlog::fEventFlagUseLocalLog = 0x00000001

Use the log file specified by the owning event’s schema instead of the default log for the process.

This can be controlled at the per-event level and would be specified by either manually changing the flags in the generated event table or by passing a specific command line option to the code generator tool that would set this flag on all of the schema’s events in the generated code. This can be useful if an external plugin would like to have its events go to its own log file instead of the process’s default log file.