Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cClientLogger.h
Go to the documentation of this file.
1 //
4 //
5 
6 #ifndef _INC_cClientLogger_H
7 #define _INC_cClientLogger_H
8 #ifndef NO_PRAGMA_ONCE
9 #pragma once
10 #endif
11 
12 #include "../GrayLibBase.h"
14 #include "../Proto/cSecureChannel.h"
15 
16 namespace GrayLib
17 {
19  {
26 
27  public:
28  cClientLogger();
29  virtual ~cClientLogger();
30 
31  virtual HRESULT addEvent(cLogEvent* pEvent);
32 
33  // cNetSocket m_Socket;
35  };
36 }
37 
38 #endif // _INC_cClientLogger_H
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
INT32 HRESULT
_WIN32 style error codes. INT32
Definition: SysTypes.h:465
Definition: cClientLogger.h:19
UNITTEST_FRIEND(cClientLogger)
Definition: cLogAppender.h:257
Definition: cLogEvent.h:18
Definition: cMesh.h:22