此函数向日志窗口打印消息。
void _plugin_logprintf( const char* format, //格式字符串 ... //其他参数 );
与 printf 具有相同规范的格式字符串。
格式字符串需要的其他参数。
此函数不返回值。