1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-20 23:51:18 +01:00

Add ClearLog macro command and parameters to tracing

This commit is contained in:
Leland Lucius
2020-08-11 09:06:15 -05:00
parent da75a7edde
commit 7b8a977f15
5 changed files with 54 additions and 5 deletions

View File

@@ -34,6 +34,7 @@ class AudacityLogger final : public wxEvtHandler, public wxLog {
void Show(bool show = true);
bool SaveLog(const wxString &fileName) const;
bool ClearLog();
#if defined(EXPERIMENTAL_CRASH_REPORT)
wxString GetLog();