1 2 3 4 5 6 7 8 9 10
#define OUROBOROS_PREFIX "da" #include <ouroboros/logs.h> int main() { LOG_DBG("Test of the DA"); return 0; }