RTC Toolkit  0.1.0-alpha
Classes | Namespaces | Functions
logger.hpp File Reference

Logging Support Library based on log4cplus. More...

#include <log4cplus/logger.h>
#include <log4cplus/loggingmacros.h>

Go to the source code of this file.

Classes

class  rtctk::componentFramework::LogInitializer
 

Namespaces

 rtctk
 
 rtctk::componentFramework
 

Functions

void rtctk::componentFramework::LogConfigure (const std::string &cfg_file_name="")
 
void rtctk::componentFramework::MakeLogger (const std::string &name, log4cplus::LogLevel ll, bool log_to_file=true, bool additive=false)
 
void rtctk::componentFramework::SetDefaultLogger (const std::string &name)
 
log4cplus::Logger & rtctk::componentFramework::GetLogger (const std::string &name="")
 

Detailed Description

Logging Support Library based on log4cplus.