TrinityCore
PacketLog.h File Reference
#include "Common.h"
#include <mutex>
+ Include dependency graph for PacketLog.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PacketLog
 

Namespaces

namespace  boost
 
namespace  boost::asio
 
namespace  boost::asio::ip
 

Macros

#define sPacketLog   PacketLog::instance()
 

Enumerations

enum  Direction { CLIENT_TO_SERVER , SERVER_TO_CLIENT }
 

Macro Definition Documentation

◆ sPacketLog

#define sPacketLog   PacketLog::instance()

Definition at line 63 of file PacketLog.h.

Enumeration Type Documentation

◆ Direction

enum Direction
Enumerator
CLIENT_TO_SERVER 
SERVER_TO_CLIENT 

Definition at line 24 of file PacketLog.h.