|
VizKit
3.3.7
|
#include "VisualErrorHandling.h"#include "VisualConfiguration.h"#include "VisualFile.h"#include "VisualString.h"#include "VisualPlayerState.h"#include <stdio.h>Functions | |
| void | writeLog (const char *const infoStr) |
| Writes a 8-bit string to the system log file or a log file on the Desktop. | |
| void | writeLogW (const wchar_t *const infoStr) |
| Writes a wchar_t string to the system log file. | |
| void | writeDebugLog (const char *const infoStr) |
| Writes a string to the system log file if player is in debug mode. | |
| void writeDebugLog | ( | const char *const | infoStr | ) |
Writes a string to the system log file if player is in debug mode.
| infoStr | The string to write to log file. |
| void writeLog | ( | const char *const | infoStr | ) |
Writes a 8-bit string to the system log file or a log file on the Desktop.
By setting internal variable textFile, the behavior of this function can be customized.
| infoStr | The 8-bit string to write to log file. |
| void writeLogW | ( | const wchar_t *const | infoStr | ) |
Writes a wchar_t string to the system log file.
| infoStr | The wchar_t string to write to log file. |