Represents a logger that throws away anything sent its way. More...
#include <Bridge_NullLogger.h>
Static Public Member Functions | |
static std::unique_ptr< ILogger > | CreateLogger () |
Create an instance of a null logger, a logger that doesn't do anything. | |
Represents a logger that throws away anything sent its way.
Definition at line 19 of file cplusplus/Bridge_NullLogger.h.
|
static |
Create an instance of a null logger, a logger that doesn't do anything.
Definition at line 44 of file Bridge_NullLogger.cpp.
Referenced by Logger::Logger().