fOutputFlagFileExportEnabled#
Fully qualified name: omni::structuredlog::fOutputFlagFileExportEnabled
Defined in omni/structuredlog/IStructuredLogSettings2.h
-
constexpr OutputFlags omni::structuredlog::fOutputFlagFileExportEnabled = 0x00000010#
Flag to indicate that file export is enabled for structured log events.
When enabled, events will be written to their configured log files. When disabled, no events will be written to files, but they may still be sent to OpenTelemetry (if enabled) or other configured outputs. This defaults to on.