diag_debug.h
Go to the documentation of this file.
1/** @file diag_debug.h
2Includes debugging to diagnosis plug-in.
3*/
4
5#ifndef DIAG_DEBUG_H
6#define DIAG_DEBUG_H
7
8
9// debugging: optional console report
10#ifdef FAUDES_DEBUG_DIAGNOSIS
11#define FD_DD(message) FAUDES_WRITE_CONSOLE("FAUDES_DIAGNOSIS: " << message)
12#else
13#define FD_DD(message)
14#endif
15
16#endif
17

libFAUDES 2.33k --- 2025.09.16 --- c++ api documentaion by doxygen