wxWidgets provides several classes and functions for message logging.
Related Overviews: Logging Overview
Related macros/global-functions group: Logging
Classes | |
| class | wxMessageOutput |
| Simple class allowing to write strings to various output channels. More... | |
| class | wxMessageOutputStderr |
| Output messages to stderr or another STDIO file stream. More... | |
| class | wxMessageOutputBest |
| Output messages in the best possible way. More... | |
| class | wxMessageOutputDebug |
| Output messages to the system debug output channel. More... | |
| class | wxMessageOutputMessageBox |
| Output messages by showing them in a message box. More... | |
| class | wxLogFormatter |
| class | wxLog |
| class | wxLogChain |
| class | wxLogInterposer |
| class | wxLogInterposerTemp |
| class | wxLogStream |
| class | wxLogStderr |
| class | wxLogBuffer |
| class | wxLogNull |
| class | wxLogWindow |
| class | wxLogGui |
| class | wxLogTextCtrl |
| class | wxStreamToTextRedirector |