mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
21 lines
403 B
ReStructuredText
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.
|