Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

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.

Pascal

procedure ClearSystemJournal;

Python

def ClearSystemJournal() -> None: ...

Pascal Example

begin
  ClearSystemJournal;
  AddToSystemJournal('System journal cleared and restarted');
end.

Python Example

ClearSystemJournal()
AddToSystemJournal('System journal cleared and restarted')

See Also

AddToSystemJournal, ClearJournal