|
OpcUaCanOpen
CANopen OPC-UA server
|
#include <StdOutLog.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... | |
Public Member Functions inherited from LogSinkInterface | |
| LogSinkInterface () | |
| virtual | ~LogSinkInterface () |
Definition at line 28 of file StdOutLog.h.
|
virtual |
Expected to be called once on initialization.
returns true if initialization successful, otherwise false
Implements LogSinkInterface.
Definition at line 28 of file StdOutLog.cpp.
|
virtual |
Expected to be called often, sends msg to logger backend.
Implements LogSinkInterface.
Definition at line 34 of file StdOutLog.cpp.