summaryrefslogtreecommitdiff
path: root/src/logger.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/logger.hh')
-rw-r--r--src/logger.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/logger.hh b/src/logger.hh
index 3700635..576175a 100644
--- a/src/logger.hh
+++ b/src/logger.hh
@@ -19,6 +19,7 @@ public:
static Logger* create_stderr();
static Logger* create_syslog(std::string const& name);
static Logger* create_file(std::string const& path);
+ static Logger* null();
virtual void out(Level lvl, char const* format, ...)
#ifdef HAVE_FUNC_ATTRIBUTE_FORMAT