Declaration of the NullLogger class used in the Bridge Pattern. More...
Go to the source code of this file.
Classes | |
class | NullLogger |
Represents a logger that throws away anything sent its way. More... | |
Namespaces | |
namespace | DesignPatternExamples_cpp |
The namespace containing all Design Pattern Examples implemented in C++. | |
Macros | |
#define | __BRIDGE_NULLLOGGER_H__ |
Declaration of the NullLogger class used in the Bridge Pattern.
Definition in file cplusplus/Bridge_NullLogger.h.
#define __BRIDGE_NULLLOGGER_H__ |
Definition at line 8 of file cplusplus/Bridge_NullLogger.h.