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

The FileLogger class as used in the Bridge Pattern. More...

Go to the source code of this file.

Classes

class  FileLogger
 Represents a logger that writes its output to a file. 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_filelogger
 

Detailed Description

The FileLogger class as used in the Bridge Pattern.

Definition in file bridge_filelogger.py.