1#ifndef wxlogstreamstrm_h
2#define wxlogstreamstrm_h
79 std::ostringstream _sstrm;
83 void _logIt(
const std::ostringstream& str);
Provides interface to streaming iostreams to logs.
Definition: wxlogstream.h:19
Works with WxLogStream for providing streaming to logs.
Definition: wxlogstreamstrm.h:22
WxLogStreamStrm & operator<<(T val)
Output supplied value.
Definition: wxlogstreamstrm.h:32
WxLogStreamStrm & operator<<(std::ostream &(*p)(std::ostream &))
I/O for manipulators.
Definition: wxlogstreamstrm.h:46
WxLogStreamStrm & operator<<(std::ios &(*p)(std::ios &))
I/O for manipulators.
Definition: wxlogstreamstrm.h:60
Definition: wxlogger.h:109