Back to X64dbg

_plugin_logputs

docs/developers/plugins/API/logputs.rst

2026.04.20400 B
Original Source

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