fLogDestinationStandardStreams#

Fully qualified name: carb::logging::fLogDestinationStandardStreams

Defined in carb/logging/StandardLogger2.h

constexpr LogDestinations carb::logging::fLogDestinationStandardStreams = 0x01#

Flag to indicate that logging to the standard streams (ie: stdout and stderr) is enabled.

This does not mean that all messages will be written to this destination, but rather that they can be depending on the message’s level and the currently configured logging level. This flag gets toggled by the StandardLogger2::setStandardStreamOutput() function.