omni::structuredlog::fEventFlagOutputToStderr
Defined in omni/structuredlog/IStructuredLog.h
-
constexpr EventFlags omni::structuredlog::fEventFlagOutputToStderr = 0x00000010
Flag to indicate that this event should be output to the stderr file.
If the fEventFlagSkipLog flag is not also used, this output will be in addition to the normal output to the schema’s log file. If the fEventFlagSkipLog flag is used, the normal log file will not be written to. The default behavior is to only write the event to the schema’s log file. This can be combined with the
fSchemaFlagOutputToStderr
andfSchemaFlagSkipLog
flags.