|
WARPXM v1.10.0
|
Provides interface to streaming iostreams to logs. More...
#include <wxlogstream.h>
Provides interface to streaming iostreams to logs.
Public Member Functions | |
| WxLogStream (WxLogger *log, int level) | |
| Create new stream object. | |
| WxLogStream (const WxLogStream &ls) | |
| Copy ctor. | |
| ~WxLogStream () | |
| Delete stream. | |
| template<typename T > | |
| WxLogStream & | operator<< (T val) |
| Output supplied value. | |
| WxLogStream & | operator<< (std::ostream &(*p)(std::ostream &)) |
| I/O for manipulators. | |
| WxLogStream & | operator<< (std::ios &(*p)(std::ios &)) |
| I/O for manipulators. | |
| WxLogStream::WxLogStream | ( | WxLogger * | log, |
| int | level | ||
| ) |
Create new stream object.
| WxLogStream::WxLogStream | ( | const WxLogStream & | ls | ) |
Copy ctor.
| WxLogStream::~WxLogStream | ( | ) |
Delete stream.
|
inline |
I/O for manipulators.
| p | manipulator object |
|
inline |
I/O for manipulators.
| p | manipulator object |
|
inline |
Output supplied value.
| val | value to output |