16 #ifndef ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_COMPONENTS_LOGGERHANDLER_H_ 17 #define ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_COMPONENTS_LOGGERHANDLER_H_ 27 namespace sampleApplications {
28 namespace ipcServerSampleApp {
37 ,
public std::enable_shared_from_this<LoggerHandler> {
46 static std::shared_ptr<LoggerHandler>
create(
47 std::shared_ptr<IPCHandlerRegistrationInterface> ipcHandlerRegistrar,
48 std::shared_ptr<LoggerHandlerInterface> loggerComponent);
66 std::shared_ptr<IPCHandlerRegistrationInterface> ipcHandlerRegistrar,
67 std::shared_ptr<LoggerHandlerInterface> loggerComponent);
70 std::shared_ptr<IPCHandlerRegistrationInterface> m_ipcHandlerRegistrar;
73 std::shared_ptr<IPCDispatcherInterface> m_ipcDispatcher;
76 std::shared_ptr<LoggerHandlerInterface> m_loggerComponent;
84 #endif // ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_COMPONENTS_LOGGERHANDLER_H_ Definition: LoggerHandler.h:34
static std::shared_ptr< LoggerHandler > create(std::shared_ptr< IPCHandlerRegistrationInterface > ipcHandlerRegistrar, std::shared_ptr< LoggerHandlerInterface > loggerComponent)
Definition: RequiresShutdown.h:32
void doShutdown() override
Definition: IPCHandlerBase.h:33
void registerHandlers()
Register this handler for its namespace and its methods for the corresponding namespace functions...
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36