Design Pattern Examples
Overview of object-oriented design patterns
cplusplus/Bridge_ConsoleLogger.h File Reference

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

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

Go to the source code of this file.

Classes

class  ConsoleLogger
 Represents a logger that writes logging to the standard output. More...
 

Namespaces

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

Macros

#define __BRIDGE_CONSOLELOGGER_H__
 

Detailed Description

Declaration of the ConsoleLogger class used in the Bridge Pattern.

Definition in file cplusplus/Bridge_ConsoleLogger.h.

Macro Definition Documentation

◆ __BRIDGE_CONSOLELOGGER_H__

#define __BRIDGE_CONSOLELOGGER_H__

Definition at line 8 of file cplusplus/Bridge_ConsoleLogger.h.