Contents Up Previous Next

wxLogTextCtrl

これらのターゲットを使用してログメッセージをテキストコントロールへリダイレクトできます。The text control must have been created with wxTE_MULTILINE style by the caller previously.

継承元

wxLog

インクルードファイル

<wx/log.h>

参照

wxTextCtrl,
wxStreamToTextRedirector

Members

wxLogTextCtrl::wxLogTextCtrl


wxLogTextCtrl::wxLogTextCtrl

wxLogTextCtrl(wxTextCtrl *textctrl)

Constructs a log target which sends all the log messages to the given text control. The textctrl parameter cannot be NULL.