carb::logging::fLogDestinationDebugConsole

Defined in carb/logging/StandardLogger2.h

constexpr LogDestinations carb::logging::fLogDestinationDebugConsole = 0x04

Flag to indicate that logging to the system specific debug console is enabled.

This is currently only supported on Windows through destinations such as MSVC’s or VSCode’s debug console, tools like ‘dbgview’ or ‘WinDbg’, or any other destination that can consume calls to OutputDebugString(). This flag is toggled by functions such as StandardLogger2::setDebugConsoleOutput(). On Windows, this flag is enabled by default since this implementation defaults to outputting to the debug console if a debugger is attached. This may result in it being seen as an output destination even if no debugger is currently attached.