|
Graphviz 14.0.3~dev.20251029.0425
|
helpers for verbose/debug printing More...
#include <stddef.h>#include <stdio.h>#include <string.h>#include <time.h>#include <util/lockfile.h>Go to the source code of this file.
Macros | |
| #define | GV_INFO(...) |
| #define | GV_DEBUG(...) GV_INFO(__VA_ARGS__) |
| #define GV_DEBUG | ( | ... | ) | GV_INFO(__VA_ARGS__) |
print a debug message
The distinction between this and GV_INFO is purely semantic; this is intended for messages for Graphviz developers while GV_INFO is intended for messages for Graphviz users. In future, GV_DEBUG may use something other than Verbose to guard its output.
| #define GV_INFO | ( | ... | ) |
print an informational message
This assumes the Verbose global is in scope.