summaryrefslogtreecommitdiff
path: root/include/logger.h
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-09 20:15:09 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-09 20:15:09 +0000
commitbfff1d9d93dccb9f0080b84d3933d47f2a6a1f6c (patch)
tree77f15e70f4cb3f1c397a0b981e208ceec622dd7c /include/logger.h
parent1af394d68bd6eb328a561acd9468fe272842c409 (diff)
Implement LogManager::CloseLogs() to give logstreams a chance to clean up on rehash or exit.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8863 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/logger.h')
-rw-r--r--include/logger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/logger.h b/include/logger.h
index d22b4203b..70407422f 100644
--- a/include/logger.h
+++ b/include/logger.h
@@ -41,6 +41,7 @@ class CoreExport LogManager : public classbase
ServerInstance = Instance;
}
+ void CloseLogs();
bool AddLogType(const std::string &type, LogStream *l);
bool DelLogType(const std::string &type, LogStream *l);
void Log(const std::string &type, int loglevel, const std::string &msg);