50 if( aMessage.EndsWith( wxS(
"\n" ) ) )
51 wxFprintf( stdout, aMessage );
53 wxFprintf( stdout, aMessage + wxS(
"\n" ) );
Reporter forwarding messages to stdout or stderr as appropriate.
virtual void AdvancePhase() override
Use the next available virtual zone of the dialog progress bar.
static PROGRESS_REPORTER & GetInstance()
void printLine(const wxString &aMessage)
virtual void Report(const wxString &aMessage) override
Display aMessage in the progress bar dialog.
A progress reporter interface for use in multi-threaded environments.