#define vm_log_error(...) if(_vm_log_module(__FILE__, __LINE__)) _vm_log_error(__VA_ARGS__)
#define vm_log_error(...) if(_vm_log_module(__FILE__, __LINE__)) _vm_log_error(__VA_ARGS__)
Generates a log with error level severity. This indicates that an error has occurred, with the result that one of the program's functions fails to work, although the program itself will not terminate because of it. For example, on an English learning program the human voice pronunciation feature fails to produce any sound. However, all other functions in the application operate normally.
|
Parameters |
Description |
|
format_string |
[IN] Format string, same as vm_sprintf, followed by argements for the format string. |
vmlog.h
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.