retdec
Macros
debug.h File Reference

Debug logging module. More...

Go to the source code of this file.

Macros

#define LOG
 

Detailed Description

Debug logging module.

Macro Definition Documentation

◆ LOG

#define LOG
Value:
if (!LOG_ENABLED) {} \
else std::cout
#define LOG_ENABLED
Definition: debugformat.cpp:7

Loging msg print macro. Define macro LOG_ENABLED to true before including this header to enable logging.