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