1 #ifndef CATEGORY_STREAM_HPP 2 #define CATEGORY_STREAM_HPP 1 5 #include <log4cpp/Priority.hh> 6 #include <rtt/rt_string.hpp> 11 class OCL_API Category;
57 if (_priority != log4cpp::Priority::NOTSET)
67 log4cpp::Priority::Value _priority;
68 RTT::rt_ostringstream oss;
76 #endif // CATEGORY_STREAM_HPP This is a utility class which you can use to stream messages into a category object.
The Orocos Component Library.
CategoryStream & operator<<(const T &t)
Stream in arbitrary types and objects.
A real-time capable category.