fExtraFieldFlagGlobal#
Fully qualified name: carb::logging::fExtraFieldFlagGlobal
Defined in carb/logging/ILogging.h
-
constexpr ExtraFieldFlags carb::logging::fExtraFieldFlagGlobal = 0x00#
The new extra field value will be treated as global on all threads for this process.
This flag will take precedence over the fExtraFieldFlagThread flag if both are present. If neither this flag nor fExtraFieldFlagThread are specified, a global extra field is assumed.