44 strm->operator<<(val);
76 mutable int* useCount;
Provides interface to streaming iostreams to logs.
Definition: wxlogstream.h:19
~WxLogStream()
Delete stream.
WxLogStream(WxLogger *log, int level)
Create new stream object.
WxLogStream & operator<<(T val)
Output supplied value.
Definition: wxlogstream.h:42
WxLogStream & operator<<(std::ios &(*p)(std::ios &))
I/O for manipulators.
Definition: wxlogstream.h:66
WxLogStream & operator<<(std::ostream &(*p)(std::ostream &))
I/O for manipulators.
Definition: wxlogstream.h:54
WxLogStream(const WxLogStream &ls)
Copy ctor.
Works with WxLogStream for providing streaming to logs.
Definition: wxlogstreamstrm.h:22
Definition: wxlogger.h:109