#define vm_log_warn(...) if(_vm_log_module(__FILE__, __LINE__)) _vm_log_warn(__VA_ARGS__)
#define vm_log_warn(...) if(_vm_log_module(__FILE__, __LINE__)) _vm_log_warn(__VA_ARGS__)
Generates a log with warning level of severity. Use this function for logs with warning purposes. The cause of the warning is within the expectation of the program and the situation may restore to normal eventually. For example, the program may fail to connect to the Internet, the reason for which may be delinquent phone bills, or bad signal coverage. After recharging the account or moving the phone to a location with a stronger signal, the problem will no longer exist.
|
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.