00001 00002 00003 00004 00005 00006 00007 00008 #include "NativeFeatureIncludes.h" 00009 #if _RAKNET_SUPPORT_PacketLogger==1 00010 00011 #ifndef __PACKET_OUTPUT_WINDOW_LOGGER_H_ 00012 #define __PACKET_OUTPUT_WINDOW_LOGGER_H_ 00013 00014 #include "PacketLogger.h" 00015 00018 class RAK_DLL_EXPORT PacketOutputWindowLogger : public PacketLogger 00019 { 00020 public: 00021 PacketOutputWindowLogger(); 00022 virtual ~PacketOutputWindowLogger(); 00023 virtual void WriteLog(const char *str); 00024 protected: 00025 }; 00026 00027 #endif 00028 00029 #endif // _RAKNET_SUPPORT_*