summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rodeo/log.h')
-rw-r--r--include/rodeo/log.h11
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,
+ ...
+);