kEnableLogConsumerSetting#
Fully qualified name: omni::structuredlog::kEnableLogConsumerSetting
Defined in omni/structuredlog/StructuredLogSettingsUtils.h
-
constexpr char omni::structuredlog::kEnableLogConsumerSetting[] = "/structuredLog/enableLogConsumer"#
The setting path for the log consumer toggle.
This enables or disables the redirection of normal Carbonite (ie:
CARB_LOG_*()
) and Omni (ie:OMNI_LOG_*()
) messages as structured log events as well. The log messages will still go to their original destination (stdout, stderr, log file, MSVC output window, etc) as well. This defaults tofalse
.