contents up previous next

wxlogtextctrl

using these target all the log messages can be redirected to a text control. the text control must have been created with wxte_multiline style by the caller previously.

derived from

wxlog

include files

<wx/log.h>

see also

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.