summaryrefslogtreecommitdiff
path: root/src/logger.hh
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-07-24 23:43:07 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-07-24 23:43:07 +0200
commit2dbfb58efe5e53b56bfda3ed21a3e41562205437 (patch)
tree1f37423bc091a66930316add25258d3a934ffc0a /src/logger.hh
parent5540079928fd36e656becdbaff7e44138a647ede (diff)
Add tools -> Generate CA
Added file field to GuiForm
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