1#ifndef Cpl_Logging_LogSink_h_
2#define Cpl_Logging_LogSink_h_
15#include "colony_config.h"
26#ifndef OPTION_CPL_LOGGING_LOGSINK_MAX_BATCH_WRITE
27#define OPTION_CPL_LOGGING_LOGSINK_MAX_BATCH_WRITE 4
This template class implements a THREAD SAFE Ring Buffer.
Definition RingBufferMT.h:33
This class extends the Cpl::Dm::EventLoop and Cpl::Itc:Mailbox classes to support the asynchronous ch...
Definition MailboxServer.h:43
This class provides a concrete implementation for a Point who's data is a uint32_t.
Definition Uint32.h:43
This abstract class defines the Subscriber interface - for change notifications - to a Model Points d...
Definition SubscriberApi.h:34
This template class is a composer pattern/class that manages the callback function for a Model Point'...
Definition SubscriberComposer.h:37
This partially concrete class implements the synchronous ITC close call for the CloseApi.
Definition CloseSync.h:34
This template class represents a service request message to a particular server.
Definition RequestMessage.h:34
Defines the content of the Log entry.
Definition EntryData_T.h:56
This class is responsible for consuming the application's Log buffer and 'dispatching' log entries.
Definition LogSink.h:45
void request(OpenMsg &msg)
This method starts the sink (See Cpl::Itc::OpenSync)
virtual void dispatchLogEntry(Cpl::Logging::EntryData_T &src)
Platform specific method to save the entry.
Definition LogSink.h:64
void request(CloseMsg &msg)
This method stops the sink (See Cpl::Itc::CloseSync)
void elementCountChanged(Cpl::Dm::Mp::Uint32 &mp, Cpl::Dm::SubscriberApi &clientObserver) noexcept
Element Count Change notification.
LogSink(Cpl::Dm::MailboxServer &myMbox, Cpl::Container::RingBufferMP< Cpl::Logging::EntryData_T > &incomingEntriesBuffer) noexcept
Constructor.
Cpl::Container::RingBufferMP< Cpl::Logging::EntryData_T > & m_logBuffer
The Log Ring Buffer.
Definition LogSink.h:74
Cpl::Dm::SubscriberComposer< LogSink, Cpl::Dm::Mp::Uint32 > m_observerElementCount
Observer for change notification (to the RingBuffer)
Definition LogSink.h:71
bool m_opened
Track my open state.
Definition LogSink.h:77
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20
Encapsulate all Model Points in the 'mp' namespace to prevent polluting the global name space.
Definition ModelPoints.h:30