olp-cpp-sdk  1.22.0
Public Member Functions | List of all members
olp::logging::IAppender Class Referenceabstract

Appends a message to the log. More...

#include <Appender.h>

Inheritance diagram for olp::logging::IAppender:
Inheritance graph
[legend]

Public Member Functions

virtual IAppenderappend (const LogMessage &message)=0
 Appends the message using char strings. More...
 

Detailed Description

Appends a message to the log.

To automatically register the type, base subclasses on Appender instead of IAppender.

Member Function Documentation

◆ append()

virtual IAppender& olp::logging::IAppender::append ( const LogMessage message)
pure virtual

Appends the message using char strings.

Parameters
messageThe message to append.

Implemented in olp::logging::FileAppender, olp::logging::DebugAppender, and olp::logging::ConsoleAppender.


The documentation for this class was generated from the following file: