RSC  0.17.1
LoggerProxy.h File Reference
#include <boost/enable_shared_from_this.hpp>
#include <boost/shared_ptr.hpp>
#include "Logger.h"
Include dependency graph for LoggerProxy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rsc::logging::LoggerProxy
 A proxy to an instance of Logger, which provides the same interface but allows to exchange the underlying logger at runtime. More...
 
class  rsc::logging::LoggerProxy::SetLevelCallback
 Interface for callbacks which are invoked when someone calls setLevel on this proxy. 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< LoggerProxy > rsc::logging::LoggerProxyPtr