$search
#include <LoggingService.hpp>
Public Member Functions | |
virtual bool | configureHook () |
LoggingService (std::string name) | |
virtual | ~LoggingService () |
Protected Member Functions | |
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 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.
bool OCL::logging::LoggingService::configureHook | ( | ) | [virtual] |
Reimplemented from RTT::base::TaskCore.
Definition at line 33 of file LoggingService.cpp.
void OCL::logging::LoggingService::logCategories | ( | ) | [protected] |
Definition at line 173 of file LoggingService.cpp.
Definition at line 35 of file LoggingService.hpp.
Definition at line 33 of file LoggingService.hpp.
RTT::Operation<void(void)> OCL::logging::LoggingService::logCategories_mtd [protected] |