The NullLogger class as 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_python |
The DesignPatternExamples_python package, containing 20 examples of design patterns, each in their own namespace. | |
namespace | DesignPatternExamples_python.bridge |
namespace | DesignPatternExamples_python.bridge.bridge_nulllogger |
The NullLogger class as used in the Bridge Pattern.
Definition in file bridge_nulllogger.py.