Design Pattern Examples
Overview of object-oriented design patterns
Bridge_Logger.h File Reference

Declaration of the Logger class used in the Bridge Pattern. More...

#include <memory>
#include <string>
#include "Bridge_LoggerInterface.h"
Include dependency graph for Bridge_Logger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Logger
 Represents the logger object to be used in the program. More...
 

Namespaces

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

Macros

#define __BRIDGE_LOGGER_H__
 

Detailed Description

Declaration of the Logger class used in the Bridge Pattern.

Definition in file Bridge_Logger.h.

Macro Definition Documentation

◆ __BRIDGE_LOGGER_H__

#define __BRIDGE_LOGGER_H__

Definition at line 8 of file Bridge_Logger.h.