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

Implementation of the FormatLogLine function used in the Bridge Pattern. More...

Go to the source code of this file.

Classes

class  LoggerHelpers
 Helper functions for all loggers. 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_loggerhelpers
 

Detailed Description

Implementation of the FormatLogLine function used in the Bridge Pattern.

Definition in file bridge_loggerhelpers.py.