network
Class CNetLog
in NetLog.h
in NetLog.cpp
- class CNetLog
Method Summary |
private void |
Flush()
|
private void |
Initialize()
|
private void |
Open( const char* N_filename )
|
void |
SetFlush( bool flush )
|
void |
Write( const char* format,... )
|
m_Flush
private bool m_Flush;
m_Initialized
private bool m_Initialized;
m_Mutex
private CMutex m_Mutex;
m_pFile
private FILE* m_pFile;
CNetLog
public CNetLog();
~CNetLog
public ~CNetLog();
Flush
private void Flush();
Initialize
private void Initialize();
Open
private void Open( const char* N_filename );
SetFlush
public void SetFlush( bool flush );
Write
public void Write( const char* format,... );