Public Member Functions

PacketOutputWindowLogger Class Reference
[PacketLogger]

Packetlogger that outputs to the output window in the debugger. Windows only. More...

#include <PacketOutputWindowLogger.h>

Inherits PacketLogger.

Collaboration diagram for PacketOutputWindowLogger:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PacketOutputWindowLogger ()
virtual ~PacketOutputWindowLogger ()
virtual void WriteLog (const char *str)
 Override this to log strings to wherever. Log should be threadsafe.

Detailed Description

Packetlogger that outputs to the output window in the debugger. Windows only.

Definition at line 18 of file PacketOutputWindowLogger.h.


Constructor & Destructor Documentation

PacketOutputWindowLogger::PacketOutputWindowLogger (  ) 

Definition at line 10 of file PacketOutputWindowLogger.cpp.

PacketOutputWindowLogger::~PacketOutputWindowLogger (  )  [virtual]

Definition at line 13 of file PacketOutputWindowLogger.cpp.


Member Function Documentation

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.

Here is the call graph for this function:


The documentation for this class was generated from the following files: