omni::structuredlog::kDefaultLogNameSetting

Defined in omni/structuredlog/StructuredLogSettingsUtils.h

constexpr const char *omni::structuredlog::kDefaultLogNameSetting = "/structuredLog/defaultLogName"

The default log name to use.

If a default log name is set, all events that do not use the fEventFlagUseLocalLog flag will write their messages to this log file. Events that do use the fEventFlagUseLocalLog flag will write only to their schema’s log file. This value must be only the log file’s name, not including its path. The logs will always be created in the structured logging system’s current log output path. This defaults to an empty string.