VizKit  3.3.7
Functions
VisualErrorHandling.h File Reference
#include "VisualTypes.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.

Function Documentation

void writeDebugLog ( const char *const  infoStr)

Writes a string to the system log file if player is in debug mode.

Parameters:
infoStrThe 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.

Parameters:
infoStrThe 8-bit string to write to log file.
Remarks:
In case of crash stop of iTunes on Mac, the system log messages sometimes are not written completely to the system log file because the flushing of the remaining string data does not occur.
void writeLogW ( const wchar_t *const  infoStr)

Writes a wchar_t string to the system log file.

Parameters:
infoStrThe wchar_t string to write to log file.

Generated on Sun May 3 2015 20:26:31 for VizKit by doxygen 1.8.0