R3_WriteLog

FUNCTION:

R3_WriteLog

TEMPLATE:

int R3_WriteLog(char *str, ...);

PARAMETERS:

str - printf style format string

RETURN VALUE:

TRUE if write operation succeeded, False otherwise.

DESCRIPTION:

Writes given message to application log file.