1 #ifndef LOGGINGSERVICE_HPP 2 #define LOGGINGSERVICE_HPP 1 4 #include <rtt/TaskContext.hpp> 5 #include <rtt/PropertyBag.hpp> 6 #include <rtt/Operation.hpp> 29 virtual bool configureHook();
45 RTT::Property<RTT::PropertyBag> levels_prop;
47 RTT::Property<RTT::PropertyBag> additivity_prop;
49 RTT::Property<RTT::PropertyBag> appenders_prop;
51 std::vector<std::string> active_appenders;
This component is responsible for reading the logging configuration setting up the logging categories...
RTT::Operation< void(void)> logCategories_mtd
Log all categories.
The Orocos Component Library.