omni::structuredlog::kGlobalEnableSetting
Defined in omni/structuredlog/StructuredLogSettingsUtils.h
- 
constexpr const char *omni::structuredlog::kGlobalEnableSetting = "/structuredLog/enable"
- Names for various settings that can be used to override some of the default settings. - Note that these will not override any values that are explicitly set by the host app itself. Global enable/disable for structured logging. When set to - false, the structured log system will be disabled. This will prevent any event messages from being written out unless the host app explicitly wants them to. When set to- true, the structured log system will be enabled and event messages will be emitted normally. This defaults to- false.