bool CodeBlocksApp::OnInit()
{
wxLog::EnableLogging(false);
...
}
bool CodeBlocksApp::OnInit()
{
wxLog::EnableLogging(true);
...
}
With wxWidgets 2.8.6 compiled and installed in a simple, common and basic Linux environment.
I'll be gratefull for any contribution in order to reach this objective.
I can't compile the last stable version, because it gives a lot of compilation errors (deprecations, bad function calls, etc.).