summaryrefslogtreecommitdiff
path: root/Logger.h
diff options
context:
space:
mode:
authorTobias Klauser <tobias.klauser@uzh.ch>2013-02-22 16:28:11 +0100
committerTobias Klauser <tobias.klauser@uzh.ch>2013-02-22 16:28:11 +0100
commit4b64fef4c41ae4432eb00b8b814ed4d4d746f794 (patch)
tree6fcf6fa13f946de4f0ab641a46ef684d2f1726be /Logger.h
parent97b46a1192352c564eabb841c21ad1284ad1d51b (diff)
Logger: Add warn() method
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) { }