dmz_logstd

The dmz_logstd function writes a message to the log file.

void dmz_logstd (

char* msg,

);

 

Return Values

none

 

Parameters

msg

null-terminated string that should be written to the log

 

Remarks

dmz_logstd function should be used to write non-error information messages to the log. For error messages, dmz_logerr function should be used.

 

QuickInfo

Windows: Requires dmzcore.dll


Last updated October 08, 2000 15:26 by afedosov