HGE::System_Log

Writes a formatted message to the log file.

void System_Log(
  const char *format,
  ...
);

Parameters

format
C language printf-style format specification.
...
Optional arguments list to be written to the log.

Remarks

See your compiler online help or C language reference for details about format specification.

HGE_LOGFILE system state must be set before call to System_Initiate for this function to work.

Requirements

Header: hge.h
Import library: hge.lib

See also

System_SetState