Audacity 3.2.0
LogWindow.h
Go to the documentation of this file.
1/**********************************************************************
2
3Audacity: A Digital Audio Editor
4
5LogWindow.h
6
7Paul Licameli split from AudacityLogger.h
8
9**********************************************************************/
10
11#ifndef __AUDACITY_LOG_WINDOW__
12#define __AUDACITY_LOG_WINDOW__
13
15class WX_INIT_API LogWindow
16{
17public:
19 static void Show(bool show = true);
21 static void Destroy();
22};
23
24#endif
Maintains the unique logging window which displays debug information.
Definition: LogWindow.h:16
ExportResult Show(ExportTask exportTask)