dnp3 (C++ API) 1.1.0
|
Logging interface that receives the log messages and writes them somewhere. More...
#include <dnp3.hpp>
Public Member Functions | |
virtual void | on_message (LogLevel level, const char *message)=0 |
Called when a log message was received and should be logged. More... | |
Logging interface that receives the log messages and writes them somewhere.
|
pure virtual |
Called when a log message was received and should be logged.
level | Level of the message |
message | Actual formatted message |
Implemented in dnp3::functional::LoggerLambda< T >.