RSC  0.17.1
LoggerFactory.cpp File Reference
#include "LoggerFactory.h"
#include <vector>
#include <boost/bind.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/format.hpp>
#include <boost/function.hpp>
#include <boost/algorithm/string.hpp>
#include "ConsoleLoggingSystem.h"
#include "LoggerProxy.h"
#include "OptionBasedConfigurator.h"
#include "../config/ConfigFileSource.h"
#include "../runtime/ContainerIO.h"
Include dependency graph for LoggerFactory.cpp:

Go to the source code of this file.

Classes

class  rsc::logging::TreeLevelUpdater
 
class  rsc::logging::TreeLevelUpdater::LevelSetter
 A Visitor that propagates a logging level down the logger tree but stops if a logger already as a level assigned. More...
 
class  rsc::logging::LoggerFactory::ReselectVisitor
 
class  rsc::logging::LoggerFactory::ReconfigurationVisitor
 

Namespaces

 rsc
 
 rsc::logging
 Provides a hierarchical logging system with the possibility to install different backends, which are instances of LoggingSystem.