VizKit  3.0
Functions
VisualErrorHandling.h File Reference
#include "VisualTypes.h"

Functions

void writeLog (const char *const infoStr)
void writeLogW (const wchar_t *const infoStr)
void writeDebugLog (const char *const infoStr)

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 Mar 25 2012 14:27:43 for VizKit by doxygen 1.8.0