From 2667f9046ecd656f805d85397c27b8f19c864112 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 20 Jun 2011 23:25:46 -0400 Subject: 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 --- include/logger.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include') 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 &list, const Anope::string &type); - bool HasType(std::list &list, const Anope::string &type) const; - - std::list &GetList(LogType type); - - bool HasType(LogType Type); + bool HasType(LogType ltype, const Anope::string &type) const; void ProcessMessage(const Log *l); }; -- cgit