ClearSystemJournal
Clears the system journal (the “System” tab in the main Stealth window).
To clear the main UO journal, use ClearJournal.
Очищает системный журнал (вкладка «System» в главном окне Stealth).
Для очистки основного UO-журнала используйте ClearJournal.
procedure ClearSystemJournal;
def ClearSystemJournal() -> None: ...
begin
ClearSystemJournal;
AddToSystemJournal('System journal cleared and restarted');
end.
ClearSystemJournal()
AddToSystemJournal('System journal cleared and restarted')