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

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

#include <chrono>
#include "helpers/DateTime.h"
#include "helpers/formatstring.h"
#include "Bridge_LoggerHelpers.h"
Include dependency graph for Bridge_LoggerHelpers.cpp:

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 __STDC_WANT_LIB_EXT1__   1
 

Functions

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

Detailed Description

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

Definition in file Bridge_LoggerHelpers.cpp.

Macro Definition Documentation

◆ __STDC_WANT_LIB_EXT1__

#define __STDC_WANT_LIB_EXT1__   1

Definition at line 7 of file Bridge_LoggerHelpers.cpp.