10 #ifndef _LOG4SHIB_CATEGORYSTREAM_HH
11 #define _LOG4SHIB_CATEGORYSTREAM_HH
15 #ifdef LOG4SHIB_HAVE_SSTREAM
98 #endif // _LOG4SHIB_CATEGORYSTREAM_HH
This class enables streaming simple types and objects to a category.
Definition: CategoryStream.hh:33
Priority::Value getPriority() const
Returns the priority for this stream.
Definition: CategoryStream.hh:59
Definition: Priority.hh:78
CategoryStream & operator<<(const T &t)
Stream in arbitrary types and objects.
Definition: CategoryStream.hh:74
#define LOG4SHIB_EXPORT
Definition: Export.hh:11
LOG4SHIB_EXPORT CategoryStream & eol(CategoryStream &os)
eol manipulator
Definition: CategoryStream.cpp:43
int Value
The type of Priority Values.
Definition: Priority.hh:84
Category & getCategory() const
Returns the destination Category for this stream.
Definition: CategoryStream.hh:53
This is the central class in the log4j package.
Definition: Category.hh:32
Definition: Portability.hh:38
class LOG4SHIB_EXPORT CategoryStream
Definition: CategoryStream.hh:22