wxWidgets provides several classes and functions for message logging.
Related Overviews: wxLog Classes Overview
Related macros/global-functions group: Logging
クラス | |
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 | wxLogWindow |
This class represents a background log window: to be precise, it collects all log messages in the log frame which it manages but also passes them on to the log target which was active at the moment of its creation. More... | |
class | wxLogInterposerTemp |
A special version of wxLogChain which uses itself as the new log target. More... | |
class | wxLogChain |
This simple class allows you to chain log sinks, that is to install a new sink but keep passing log messages to the old one instead of replacing it completely as wxLog::SetActiveTarget does. More... | |
class | wxLogGui |
これは GUI wxWidgets アプリケーションのデフォルトのログターゲットです。More... | |
class | wxLogStream |
このクラスはログメッセージを C++ のストリームへリダイレクトするのに使用できます。More... | |
class | wxLogStderr |
This class can be used to redirect the log messages to a C file stream (not to be confused with C++ streams). More... | |
class | wxLogBuffer |
wxLogBuffer is a very simple implementation of log sink which simply collects all the logged messages in a string (except the debug messages which are output in the usual way immediately as we're presumably not interested in collecting them for later). More... | |
class | wxLogInterposer |
A special version of wxLogChain which uses itself as the new log target. More... | |
class | wxLogTextCtrl |
これらのターゲットを使用してログメッセージをテキストコントロールへリダイレクトできます。More... | |
class | wxLogFormatter |
wxLogFormatter class is used to format the log messages. More... | |
class | wxLog |
wxLog class defines the interface for the log targets used by wxWidgets logging functions as explained in the wxLog Classes Overview. More... | |
class | wxLogNull |
このクラスを用いて一時的にロギングを中断することができます。More... | |
class | wxStreamToTextRedirector |
This class can be used to (temporarily) redirect all output sent to a C++ ostream object to a wxTextCtrl instead. More... |