#define vm_log_info(...) if(_vm_log_module(__FILE__, __LINE__)) _vm_log_info( __VA_ARGS__)
#define vm_log_info(...) if(_vm_log_module(__FILE__, __LINE__)) _vm_log_info( __VA_ARGS__)
Generate logs for informational purposes, e.g. when execution of app enters into a function, a log is written to indicate execution entered in that particular function.
|
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.