diff options
Diffstat (limited to 'include/rodeo/log.h')
| -rw-r--r-- | include/rodeo/log.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/rodeo/log.h b/include/rodeo/log.h new file mode 100644 index 0000000..837e795 --- /dev/null +++ b/include/rodeo/log.h @@ -0,0 +1,11 @@ + +// -- internal -- +// public +#include "rodeo/log_t.h" + +void +rodeo_log( + rodeo_logLevel_t loglevel, + const char *format, + ... +); |
