diff options
author | Adam <Adam@anope.org> | 2011-06-20 23:25:46 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-06-20 23:25:46 -0400 |
commit | 2667f9046ecd656f805d85397c27b8f19c864112 (patch) | |
tree | d2b62efaa017376d680c31a78894524a00c7b2e7 /include/logger.h | |
parent | a3d0ab3d09cbb636b680ab5015646ccb3200a70c (diff) |
Cleaned up some of the logger code which fixes not logging debug logs to files etc when debug is enabled, and some other small things
Diffstat (limited to 'include/logger.h')
-rw-r--r-- | include/logger.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/logger.h b/include/logger.h index cb3d00d6a..2a11967b9 100644 --- a/include/logger.h +++ b/include/logger.h @@ -88,11 +88,7 @@ class CoreExport LogInfo void AddType(std::list<Anope::string> &list, const Anope::string &type); - bool HasType(std::list<Anope::string> &list, const Anope::string &type) const; - - std::list<Anope::string> &GetList(LogType type); - - bool HasType(LogType Type); + bool HasType(LogType ltype, const Anope::string &type) const; void ProcessMessage(const Log *l); }; |