Design Pattern Examples
Overview of object-oriented design patterns
ConsoleLogger Class Reference

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

#include <Bridge_ConsoleLogger.h>

Collaboration diagram for ConsoleLogger:
Collaboration graph

Static Public Member Functions

static std::unique_ptr< ILoggerCreateLogger ()
 Create an instance of a console logger, which writes to the standard output.
 

Detailed Description

Represents a logger that writes logging to the standard output.

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

Member Function Documentation

◆ CreateLogger()

std::unique_ptr< ILogger > CreateLogger ( )
static

Create an instance of a console logger, which writes to the standard output.

Returns
An instance of an ILogger object.

Definition at line 66 of file Bridge_ConsoleLogger.cpp.

Referenced by Logger::Logger().


The documentation for this class was generated from the following files: