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

CLogger.cpp File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include "CLogger.h"

Include dependency graph for CLogger.cpp:

Include dependency graph

Go to the source code of this file.

Functions

bool CLoggerGlobalLogExists (void)

Variables

CLoggerg_pGlobalLog = 0


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 = 0
 

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