Design Pattern Examples
Overview of object-oriented design patterns
Bridge_FileLogger.cpp File Reference

Implementation of the FileLogger class used in the Bridge Pattern. More...

#include <iostream>
#include <fstream>
#include "Bridge_FileLogger.h"
#include "Bridge_LoggerHelpers.h"
Include dependency graph for Bridge_FileLogger.cpp:

Go to the source code of this file.

Namespaces

namespace  DesignPatternExamples_cpp
 The namespace containing all Design Pattern Examples implemented in C++.
 

Detailed Description

Implementation of the FileLogger class used in the Bridge Pattern.

Definition in file Bridge_FileLogger.cpp.