TrinityCore
chat_log.cpp File Reference
#include "ScriptMgr.h"
#include "Channel.h"
#include "Group.h"
#include "Guild.h"
#include "Log.h"
#include "Player.h"
+ Include dependency graph for chat_log.cpp:

Go to the source code of this file.

Classes

class  ChatLogScript
 

Macros

#define TC_LOG_CHAT(TYPE, ...)
 

Functions

void AddSC_chat_log ()
 

Macro Definition Documentation

◆ TC_LOG_CHAT

#define TC_LOG_CHAT (   TYPE,
  ... 
)
Value:
if (lang != LANG_ADDON && lang != LANG_ADDON_LOGGED) \
TC_LOG_DEBUG("chat.log." TYPE, __VA_ARGS__); \
TC_LOG_DEBUG("chat.log.addon." TYPE, __VA_ARGS__);
#define TC_LOG_DEBUG(filterType__,...)
Definition: Log.h:156
@ LANG_ADDON_LOGGED
@ LANG_ADDON

Definition at line 25 of file chat_log.cpp.

Function Documentation

◆ AddSC_chat_log()

void AddSC_chat_log ( )

Definition at line 144 of file chat_log.cpp.

+ Here is the caller graph for this function: