#include <PacketFileLogger.h>
Inheritance diagram for PacketFileLogger:
Public Member Functions | |
virtual void | OnAttach (RakPeerInterface *peer) |
virtual void | WriteLog (const char *str) |
Override this to log strings to wherever. Log should be threadsafe. | |
Protected Attributes | |
FILE * | packetLogFile |
|
Called when the interface is attached
Reimplemented from PacketLogger. |