fExtraFieldFlagThread#
Fully qualified name: carb::logging::fExtraFieldFlagThread
Defined in carb/logging/ILogging.h
-
constexpr ExtraFieldFlags carb::logging::fExtraFieldFlagThread = 0x01#
The new extra field value will only be added for or modified in the calling thread.
If the global list contains an extra field with the same key name, both extra fields will be included with each log message on the calling thread. This flag will be superceded by fExtraFieldFlagGlobal if both are present.