wxMaxima
|
This file contains the class ErrorRedirector that redirects wx Errors to a dialogue. More...
#include "ErrorRedirector.h"
#include "NullLog.h"
#include <cassert>
#include <iostream>
#include <utility>
#include <wx/datetime.h>
This file contains the class ErrorRedirector that redirects wx Errors to a dialogue.
It is a customized copy of a portion of wxWidget's log.cpp.