10 #ifndef _LOG4CPP_CATEGORYSTREAM_HH 11 #define _LOG4CPP_CATEGORYSTREAM_HH 16 #ifdef LOG4CPP_HAVE_SSTREAM 106 #if LOG4CPP_HAS_WCHAR_T != 0 111 if (!(_wbuffer =
new std::wostringstream)) {
123 std::streamsize
width(std::streamsize wide);
131 #if LOG4CPP_HAS_WCHAR_T != 0 132 std::wostringstream* _wbuffer;
149 #endif // _LOG4CPP_CATEGORYSTREAM_HH
class LOG4CPP_EXPORT CategoryStream
Category & getCategory() const
Returns the destination Category for this stream.
virtual void operator=(bool Value)
Set node value.
LOG4CPP_EXPORT CategoryStream & eol(CategoryStream &os)
eol manipulator
std::ostream & operator<<(std::ostream &ostr, const GENICAM_NAMESPACE::gcstring &str)
STL operator out.
LOG4CPP_EXPORT CategoryStream & left(CategoryStream &os)
left manipulator
This is the central class in the log4j package.
std::ostringstream * _buffer
Priority::Value getPriority() const
Returns the priority for this stream.
Priority::Value _priority
This class enables streaming simple types and objects to a category.
int Value
The type of Priority Values.
CategoryStream & operator<<(const std::string &t)
CategoryStream & operator<<(const T &t)
Stream in arbitrary types and objects.