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