Main Page | Class List | Directories | File List | Class Members | File Members

CLogger.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

class  CLogger
 Tiny logging class. More...

Functions

bool CLoggerGlobalLogExists (void)

Variables

CLoggerg_pGlobalLog


Function Documentation

bool CLoggerGlobalLogExists void   ) 
 

Global function to check if the GLOBAL LOG FILE exists.

Returns:
True if the global log file has been created, or false.

Definition at line 68 of file CLogger.cpp.

References g_pGlobalLog.

00069 {
00070         if(g_pGlobalLog != 0)
00071                 return true;
00072         return false;
00073 }


Variable Documentation

CLogger* g_pGlobalLog
 

Global log object declaration.

Definition at line 58 of file CLogger.cpp.

Referenced by CLoggerGlobalLogExists().


Generated on Thu Oct 28 20:25:16 2004 for CLogger by  doxygen 1.3.9.1