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

The Logger bridge class as used in the Bridge Pattern. More...

Go to the source code of this file.

Classes

class  Logger
 Represents the bridge logger object to be used in the program. More...
 
class  Logger.LoggerTypes
 A value passed to LoggerClassFactory.CreateLogger() to specify the type of logger to create. 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_logger
 

Detailed Description

The Logger bridge class as used in the Bridge Pattern.

Definition in file bridge_logger.py.