#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 | |
|
|
environment variable for the log file
|
|
|
do the indenting
|
|
|
the global logfile name
|
|
|
global indent level, not MP sane
|
|
|
log file
|
1.3.9.1