Represents a logger that writes logging to the standard output. More...
#include <Bridge_ConsoleLogger.h>
Static Public Member Functions | |
static std::unique_ptr< ILogger > | CreateLogger () |
Create an instance of a console logger, which writes to the standard output. | |
Represents a logger that writes logging to the standard output.
Definition at line 19 of file cplusplus/Bridge_ConsoleLogger.h.
|
static |
Create an instance of a console logger, which writes to the standard output.
Definition at line 66 of file Bridge_ConsoleLogger.cpp.
Referenced by Logger::Logger().