summaryrefslogtreecommitdiff
path: root/src/logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/logger.h')
-rw-r--r--src/logger.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/logger.h b/src/logger.h
index 5e30f92..cbedba6 100644
--- a/src/logger.h
+++ b/src/logger.h
@@ -30,6 +30,11 @@ namespace Log
const char *const text,
...);
+ void log(const Node *const node,
+ const int indent,
+ const char *const text,
+ ...);
+
void log(const Node *const node);
}