=============== _plugin_logputs =============== This function prints a single line to the log window. :: void _plugin_logputs( const char* text //text to print ); ---------- Parameters ---------- :text: Piece of text to put to the log window. This text can contain line breaks. ------------- Return Values ------------- This function does not return a value.