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

Declaration of the LoggerHelpers namespace functions used in the Bridge Pattern. More...

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

Go to the source code of this file.

Namespaces

namespace  DesignPatternExamples_cpp
 The namespace containing all Design Pattern Examples implemented in C++.
 
namespace  DesignPatternExamples_cpp::LoggerHelpers
 Helper functions for all loggers.
 

Macros

#define __BRIDGE_LOGGERHELPERS_H__
 

Functions

std::string FormatLogLine (const std::string &logLevel, const std::string &msg)
 Format a line for logging, including time stamp.
 

Detailed Description

Declaration of the LoggerHelpers namespace functions used in the Bridge Pattern.

Definition in file Bridge_LoggerHelpers.h.

Macro Definition Documentation

◆ __BRIDGE_LOGGERHELPERS_H__

#define __BRIDGE_LOGGERHELPERS_H__

Definition at line 8 of file Bridge_LoggerHelpers.h.