OpcUaCanOpen
CANopen OPC-UA server
|
#include <BoostRotatingFileLog.h>
Inherits LogSinkInterface.
Public Member Functions | |
virtual bool | initialize () |
Expected to be called once on initialization. More... | |
virtual void | logMessage (const std::string &msg) |
Expected to be called often, sends msg to logger backend. More... | |
![]() | |
LogSinkInterface () | |
virtual | ~LogSinkInterface () |
Private Member Functions | |
void | addFileSink () |
Private Attributes | |
boost::log::sources::logger_mt | m_boostLogger |
Definition at line 29 of file BoostRotatingFileLog.h.
|
private |
Definition at line 68 of file BoostRotatingFileLog.cpp.
|
virtual |
Expected to be called once on initialization.
returns true if initialization successful, otherwise false
Implements LogSinkInterface.
Definition at line 49 of file BoostRotatingFileLog.cpp.
|
virtual |
Expected to be called often, sends msg to logger backend.
Implements LogSinkInterface.
Definition at line 55 of file BoostRotatingFileLog.cpp.
|
private |
Definition at line 37 of file BoostRotatingFileLog.h.