Define DECOUPLED_DEBUG_LOG#

Define Documentation#

DECOUPLED_DEBUG_LOG#

When DECOUPLED is set to a value not zero, the logging is decoupled from the writing.

Attention

Decoupling the logging from the writing might improve the accuracy of the logging, and reduce influencing the program to an absolute minimum. It does, however, cause messages to be written delayed, which might lead to missing the clue when a crash occurs. To log messages synchronously with the program code, set DECOUPLED_DEBUG_LOG to the value zero.