1 #ifndef CATEGORY_STREAM_HH
2 #define CATEGORY_STREAM_HH
5 #include "log4cpp/Priority.hh"
12 CategoryStream &eol (CategoryStream &os);
52 std::streamsize
width(std::streamsize wide);
61 #endif // CATEGORY_STREAM_HH
Noop class that mimics class of the same name in log4cpp library.
CategoryStream(Category &category, Priority::Value priority)
Single constructor.
Streaming of simple types and objects to a category.
Category & getCategory() const
Return useless value.
CategoryStream & operator<<(const std::string &)
Noop insertion method for string.
std::streamsize width(std::streamsize wide)
Noop method to get width.
CategoryStream & operator<<(const T &)
Stream of arbitrary types and objects.
Priority::Value getPriority() const
Return useless value.
CategoryStream & operator<<(const char *)
Noop insertion method for character.