RSC  0.16.0
LoggerFactory.h File Reference
#include <map>
#include <vector>
#include <boost/noncopyable.hpp>
#include <boost/thread/recursive_mutex.hpp>
#include <boost/shared_ptr.hpp>
#include "Logger.h"
#include "LoggerTreeNode.h"
#include "LoggerProxy.h"
#include "LoggingSystem.h"
#include "../patterns/Singleton.h"
#include "../misc/langutils.h"
#include "rsc/rscexports.h"
Include dependency graph for LoggerFactory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rsc::logging::LoggerFactory
 Factory to create logger instances. More...
 

Namespaces

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