fEventFlagOutputToStdout#

Fully qualified name: omni::structuredlog::fEventFlagOutputToStdout

Defined in omni/structuredlog/IStructuredLog.h

constexpr EventFlags omni::structuredlog::fEventFlagOutputToStdout = 0x00000020#

Flag to indicate that this event should be output to the stdout 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 and fSchemaFlagSkipLog flags.