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