Packetlogger that outputs to the output window in the debugger. Windows only. More...
#include <PacketOutputWindowLogger.h>
Inherits PacketLogger.

Public Member Functions | |
| PacketOutputWindowLogger () | |
| virtual | ~PacketOutputWindowLogger () |
| virtual void | WriteLog (const char *str) |
| Override this to log strings to wherever. Log should be threadsafe. | |
Packetlogger that outputs to the output window in the debugger. Windows only.
Definition at line 18 of file PacketOutputWindowLogger.h.
| PacketOutputWindowLogger::PacketOutputWindowLogger | ( | ) |
Definition at line 10 of file PacketOutputWindowLogger.cpp.
| PacketOutputWindowLogger::~PacketOutputWindowLogger | ( | ) | [virtual] |
Definition at line 13 of file PacketOutputWindowLogger.cpp.
| void PacketOutputWindowLogger::WriteLog | ( | const char * | str | ) | [virtual] |
Override this to log strings to wherever. Log should be threadsafe.
Reimplemented from PacketLogger.
Definition at line 16 of file PacketOutputWindowLogger.cpp.

1.7.1