From 82e966e5f2862f30e1a661c4fe2e09f5525c4a96 Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Wed, 25 Mar 2009 14:25:15 +0100 Subject: * Added support for logging chats: Guild, raid, party, public, officer chat, addon messages, whispers, system/custom channels. * Added config options to enable/disable them (ChatLogs.*), LogDB.Chat (enables/disables DB logging of chats), and ChatLogFile to specify the log file to use. --HG-- branch : trunk --- src/shared/Log.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/shared/Log.h') diff --git a/src/shared/Log.h b/src/shared/Log.h index a82b5a6a068..a0220b1bce7 100644 --- a/src/shared/Log.h +++ b/src/shared/Log.h @@ -47,6 +47,7 @@ enum LogTypes LOG_TYPE_RA = 7, LOG_TYPE_GM = 8, LOG_TYPE_CRASH = 9, + LOG_TYPE_CHAT = 10, MAX_LOG_TYPES }; @@ -106,6 +107,7 @@ class Log : public Trinity::Singleton