.\" This is a wxWidgets manpage page generated from the XML docs .TH wxLogPassThrough 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxLogPassThrough \- Allows to filter the log messages .SH DESCRIPTION A special version of wxLogChain which uses itself as the new log target. Maybe more clearly, it means that this is a log target which forwards the log messages to the previously installed one in addition to processing them itself. Unlike wxLogChain which is usually used directly as is, this class must be derived from to implement DoLog and/or DoLogString methods. .SH "PARENTS" wxLogChain .SH "INCLUDE FILES" wx/log.h .SH MEMBERS .SH "SEE ALSO" wxLogChain .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.