olp-cpp-sdk
1.22.0
|
Appends a message to the log. More...
#include <Appender.h>
Public Member Functions | |
virtual IAppender & | append (const LogMessage &message)=0 |
Appends the message using char strings. More... | |
Appends a message to the log.
To automatically register the type, base subclasses on Appender
instead of IAppender
.
|
pure virtual |
Appends the message using char strings.
message | The message to append. |
Implemented in olp::logging::FileAppender, olp::logging::DebugAppender, and olp::logging::ConsoleAppender.