From 490a93a1d7a347ab586637bf9d8163e114285a02 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 24 Feb 2012 22:21:02 +0300 Subject: Add safe error string reporting function. --- src/logger.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/logger.h') diff --git a/src/logger.h b/src/logger.h index db618b275..3dc24420d 100644 --- a/src/logger.h +++ b/src/logger.h @@ -98,6 +98,13 @@ class Logger */ void error(const std::string &error_text) __attribute__ ((noreturn)); + /** + * Log an error and quit. The error will pop-up on Windows and Mac, and + * will be printed to standard error everywhere else. + */ + void safeError(const std::string &error_text) + __attribute__ ((noreturn)); + private: std::ofstream mLogFile; bool mLogToStandardOut; -- cgit v1.2.3-60-g2f50