olp-cpp-sdk 1.24.0
Loading...
Searching...
No Matches
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.
 

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::ConsoleAppender, olp::logging::DebugAppender, and olp::logging::FileAppender.


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