Log

Description: Debugging logger interface

Source file: …\genesis3d\OpenSource\Source\Support\log.h

Contents:

Functions: Puts, Printf

Additions to Genesis3D v1.6: None

Functions:

void Log_Putsconst char * string);

Available if: #ifdef _LOG. Otherwise: #define Log_Puts(string)

 

Return to Contents

void Log_Printf(const char * string, ...);

 

 Return to Contents