x64dbg/docs/developers/plugins/API/logputs.rst
2025-07-04 01:32:42 +02:00

21 lines
403 B
ReStructuredText

===============
_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.