_plugin_logprintf
This function prints a message to the log window.
void _plugin_logprintf( const char* format, //format string ... //additional arguments );
参数
format: | Format string that has the same specifications as printf. |
---|---|
...: | Additional arguments (when needed by the format string). |
返回值
此函数不返回值。