.\" This is a wxWidgets manpage page generated from the XML docs .TH wxLogTextCtrl 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxLogTextCtrl \- Log messages to a wxTextCtrl .SH DESCRIPTION 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. .SH "PARENTS" wxLog .SH "INCLUDE FILES" wx/log.h .SH MEMBERS .SS wxLogTextCtrl (wxTextCtrl *textctrl) Constructs a log target which sends all the log messages to the given text control. The textctrl parameter cannot be NULL . .SH "SEE ALSO" wxLog wxLogTextCtrl , wxStreamToTextRedirector .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.