AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::LoggerHandlerInterface Class Referenceabstract

#include <LoggerHandlerInterface.h>

Inheritance diagram for alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::LoggerHandlerInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~LoggerHandlerInterface ()=default
 
virtual void logEvent (const std::string &message)=0
 

Detailed Description

A contract to handle Logger.

Constructor & Destructor Documentation

◆ ~LoggerHandlerInterface()

virtual alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::LoggerHandlerInterface::~LoggerHandlerInterface ( )
virtualdefault

Destructor

Member Function Documentation

◆ logEvent()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::LoggerHandlerInterface::logEvent ( const std::string &  message)
pure virtual

IPC Client sends this event to log a message to the SDK’s native logger implementation

Parameters
messageIncoming IPC message from the IPC client.

Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::gui::GUIManager.


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

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0