Design Pattern Examples
Overview of object-oriented design patterns
bridge_loggerinterface.py File Reference

The ILogger interface as used in the Bridge Pattern. More...

Go to the source code of this file.

Classes

class  ILogger
 Represents an implementation of a logger object as called from the Logger class. 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_loggerinterface
 

Detailed Description

The ILogger interface as used in the Bridge Pattern.

Definition in file bridge_loggerinterface.py.