RSC  0.16.0
LoggerTreeNode.h File Reference
#include <map>
#include <string>
#include <vector>
#include <boost/enable_shared_from_this.hpp>
#include <boost/function.hpp>
#include <boost/shared_ptr.hpp>
#include "LoggerProxy.h"
Include dependency graph for LoggerTreeNode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rsc::logging::LoggerTreeNode
 A simple tree representation for loggers. More...
 
class  rsc::logging::LoggerTreeNode::Visitor
 Visitor interface to operate on the tree. More...
 

Namespaces

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

Typedefs

typedef boost::shared_ptr< LoggerTreeNode > rsc::logging::LoggerTreeNodePtr
 
typedef boost::weak_ptr< LoggerTreeNode > rsc::logging::LoggerTreeNodeWeakPtr