olp-cpp-sdk  1.22.0
Public Member Functions | Static Public Member Functions | List of all members
olp::logging::DebugAppender Class Reference

An appender that prints messages to the debug output. More...

#include <DebugAppender.h>

Inheritance diagram for olp::logging::DebugAppender:
Inheritance graph
[legend]
Collaboration diagram for olp::logging::DebugAppender:
Collaboration graph
[legend]

Public Member Functions

IAppenderappend (const LogMessage &message) override
 Appends the message using char strings. More...
 

Static Public Member Functions

static bool isImplemented ()
 Checks whether this platform has the debug appender implemented. More...
 

Detailed Description

An appender that prints messages to the debug output.

Member Function Documentation

◆ append()

IAppender& olp::logging::DebugAppender::append ( const LogMessage message)
overridevirtual

Appends the message using char strings.

Parameters
messageThe message to append.

Implements olp::logging::IAppender.

◆ isImplemented()

static bool olp::logging::DebugAppender::isImplemented ( )
static

Checks whether this platform has the debug appender implemented.

Returns
True if this platform has the debug appender; false otherwise.

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