summaryrefslogtreecommitdiff
path: root/Logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'Logger.h')
-rw-r--r--Logger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Logger.h b/Logger.h
index 5ee5bd4..85f9f4c 100644
--- a/Logger.h
+++ b/Logger.h
@@ -25,6 +25,7 @@ public:
}
int log(const char *fmt, ...);
+ int warn(const char *fmt, ...);
int err(const char *fmt, ...);
private:
Logger() : _f_out(stdout), _f_err(stderr) { }