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

ofxsLog.cpp File Reference

#include <string>
#include <assert.h>
#include <stdio.h>
#include <stdarg.h>

Namespaces

namespace  OFX
namespace  OFX::Log

Defines

#define kLogFileEnvVar   "OFX_PLUGIN_LOGFILE"
 environment variable for the log file

Functions

std::string gLogFileName (getenv(kLogFileEnvVar)?getenv(kLogFileEnvVar):"ofxTestLog.txt")
 the global logfile name
void doIndent (void)
 do the indenting

Variables

FILE * gLogFP = 0
 log file
int gIndent = 0
 global indent level, not MP sane


Define Documentation

#define kLogFileEnvVar   "OFX_PLUGIN_LOGFILE"
 

environment variable for the log file


Function Documentation

void doIndent void   )  [static]
 

do the indenting

std::string gLogFileName getenv(kLogFileEnvVar)?getenv(kLogFileEnvVar):"ofxTestLog.txt"   )  [static]
 

the global logfile name


Variable Documentation

int OFX::Log::gIndent = 0 [static]
 

global indent level, not MP sane

FILE* OFX::Log::gLogFP = 0 [static]
 

log file


Generated on Thu Oct 9 13:03:49 2008 for OFX Support by  doxygen 1.3.9.1