OrocosComponentLibrary  2.8.3
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
LoggingService Class Reference

This component is responsible for reading the logging configuration setting up the logging categories and connecting to the appenders. More...

#include <LoggingService.hpp>

Inheritance diagram for LoggingService:

Public Member Functions

 LoggingService (std::string name)
 
virtual bool configureHook ()
 

Protected Member Functions

void logCategories ()
 

Protected Attributes

RTT::Property< RTT::PropertyBag > levels_prop
 
RTT::Property< RTT::PropertyBag > additivity_prop
 
RTT::Property< RTT::PropertyBag > appenders_prop
 
std::vector< std::string > active_appenders
 
RTT::Operation< void(void)> logCategories_mtd
 Log all categories. More...
 

Detailed Description

This component is responsible for reading the logging configuration setting up the logging categories and connecting to the appenders.

You may have multiple LoggingService components, but each appender may only belong to one LoggingService. Usually, you'll only have one LoggingService per application.

Definition at line 23 of file LoggingService.hpp.

Member Data Documentation

RTT::Operation<void(void)> logCategories_mtd
protected

Log all categories.

Warning
Not realtime!

Definition at line 55 of file LoggingService.hpp.


The documentation for this class was generated from the following files: