_plugin_logputs
This function prints a single line to the log window.
void _plugin_logputs( const char* text //text to print );
参数
text: | Piece of text to put to the log window. This text can contain line breaks. |
---|
返回值
此函数不返回值。
This function prints a single line to the log window.
void _plugin_logputs( const char* text //text to print );
text: | Piece of text to put to the log window. This text can contain line breaks. |
---|
此函数不返回值。