From 2bd34b7037095f5007cf0acc36a32916ff0ea74e Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 9 Feb 2008 13:06:02 +0000 Subject: Add a printf-type override for LogManager::Log(). We need to find a way to see if a log call would have any interest, to avoid unnecessary printf() here though. Convert a bunch of stuff to using new logging (added targets: USERS, USERIO) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8860 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/logger.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/logger.h b/include/logger.h index d32c3d184..d22b4203b 100644 --- a/include/logger.h +++ b/include/logger.h @@ -44,6 +44,7 @@ class CoreExport LogManager : public classbase 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); + void Log(const std::string &type, int loglevel, const char *fmt, ...); }; #endif -- cgit v1.3.1-10-gc9f91