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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user