dmz_logerr

The dmz_logerr function writes a message to the log file.

void dmz_logerr (

char* msg,

);

 

Return Values

none

 

Parameters

msg

null-terminated string that should be written to the log

 

Remarks

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

 

QuickInfo

Windows: Requires dmzcore.dll


Last updated October 08, 2000 15:26 by afedosov