/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
docs/developers/plugins/API/logputs.rst
21 строка
403 B
Duncan Ogilvie
Move https://github.com/x64dbg/docs into this repo
04 июл 2025, 02:32
04 июл 2025, 02:32
699342d
Код
Авторство
О чём код?
=============== _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.