#include <LoggingService.hpp>
Public Member Functions | |
virtual bool | configureHook () |
virtual bool | configureHook () |
LoggingService (std::string name) | |
LoggingService (std::string name) | |
virtual | ~LoggingService () |
virtual | ~LoggingService () |
Protected Member Functions | |
void | logCategories () |
void | logCategories () |
Protected Attributes | |
RTT::Property< RTT::PropertyBag > | appenders_prop |
RTT::Property< RTT::PropertyBag > | levels_prop |
RTT::Operation< void(void)> | logCategories_mtd |
Definition at line 11 of file install/include/orocos/ocl/LoggingService.hpp.
OCL::logging::LoggingService::LoggingService | ( | std::string | name | ) |
Definition at line 18 of file LoggingService.cpp.
OCL::logging::LoggingService::~LoggingService | ( | ) | [virtual] |
Definition at line 29 of file LoggingService.cpp.
OCL::logging::LoggingService::LoggingService | ( | std::string | name | ) |
virtual OCL::logging::LoggingService::~LoggingService | ( | ) | [virtual] |
virtual bool OCL::logging::LoggingService::configureHook | ( | ) | [virtual] |
bool OCL::logging::LoggingService::configureHook | ( | ) | [virtual] |
Definition at line 33 of file LoggingService.cpp.
void OCL::logging::LoggingService::logCategories | ( | ) | [protected] |
void OCL::logging::LoggingService::logCategories | ( | ) | [protected] |
Definition at line 173 of file LoggingService.cpp.
RTT::Property< RTT::PropertyBag > OCL::logging::LoggingService::appenders_prop [protected] |
Definition at line 35 of file install/include/orocos/ocl/LoggingService.hpp.
RTT::Property< RTT::PropertyBag > OCL::logging::LoggingService::levels_prop [protected] |
Definition at line 33 of file install/include/orocos/ocl/LoggingService.hpp.
RTT::Operation< void(void)> OCL::logging::LoggingService::logCategories_mtd [protected] |
Log all categories
Definition at line 39 of file install/include/orocos/ocl/LoggingService.hpp.