#define vm_log_fatal(...) if(_vm_log_module(__FILE__, __LINE__)) _vm_log_fatal(__VA_ARGS__)
#define vm_log_fatal(...) if(_vm_log_module(__FILE__, __LINE__)) _vm_log_fatal(__VA_ARGS__)
Generates a log with fatal level of severity. This is the most serious error, the result of which is the direct termination of the program. For example, the application fails to allocate memory upon program start-up. This will result in the system being unable to generate the user interface screen and having to terminate the application.
|
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.