Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
tracing.h File Reference
#include <stdio.h>
+ Include dependency graph for tracing.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TR_STEP(msg, ...)   printf("[ STEP ] " msg "\n", ##__VA_ARGS__)
 
#define TR_BUG(msg, ...)   printf("[ BUG ] " msg "\n", ##__VA_ARGS__)
 
#define TR_NOTE(msg, ...)   printf("[ NOTE ] " msg "\n", ##__VA_ARGS__)
 
#define TR_DEBUG(msg, ...)   printf("[ DEBUG ] " msg "\n", ##__VA_ARGS__)
 

Macro Definition Documentation

◆ TR_BUG

#define TR_BUG (   msg,
  ... 
)    printf("[ BUG ] " msg "\n", ##__VA_ARGS__)

◆ TR_DEBUG

#define TR_DEBUG (   msg,
  ... 
)    printf("[ DEBUG ] " msg "\n", ##__VA_ARGS__)

◆ TR_NOTE

#define TR_NOTE (   msg,
  ... 
)    printf("[ NOTE ] " msg "\n", ##__VA_ARGS__)

◆ TR_STEP

#define TR_STEP (   msg,
  ... 
)    printf("[ STEP ] " msg "\n", ##__VA_ARGS__)