Design Pattern Examples
Overview of object-oriented design patterns
Bridge_NullLogger.cpp File Reference

Implementation of the NullLogger class factory used in the Bridge Pattern. More...

Include dependency graph for Bridge_NullLogger.cpp:

Go to the source code of this file.

Namespaces

namespace  DesignPatternExamples_cpp
 The namespace containing all Design Pattern Examples implemented in C++.
 

Detailed Description

Implementation of the NullLogger class factory used in the Bridge Pattern.

Definition in file Bridge_NullLogger.cpp.