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