Version: 2.9.4
Public Member Functions
wxLogStream Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/log.h>

Inheritance diagram for wxLogStream:

Detailed Description

このクラスはログメッセージを C++ のストリームへリダイレクトするのに使用できます。

Please note that this class is only available if wxWidgets was compiled with the standard iostream library support (wxUSE_STD_IOSTREAM must be on).

Library:  wxBase
Category:  Logging
参照:
wxLogStderr, wxStreamToTextRedirector

Public Member Functions

 wxLogStream (std::ostream *ostr=NULL)
 Constructs a log target which sends all the log messages to the given output stream.

List of all members.


Constructor & Destructor Documentation

wxLogStream::wxLogStream ( std::ostream *  ostr = NULL)

Constructs a log target which sends all the log messages to the given output stream.

If it is NULL, the messages are sent to cerr.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines