Skip to content

File SolidSyslogNullSender.h

FileList > Core > Interface > SolidSyslogNullSender.h

Go to the source code of this file

The no-op Sender Null object: Send returns true (drops the record on the floor so the Store does not fill with undeliverables), Disconnect is a no-op.

  • #include "ExternC.h"

Public Functions

Type Name
EXTERN_C_BEGIN struct SolidSyslogSender * SolidSyslogNullSender_Get (void)
Send returns true, reporting the record as delivered so the Store drops it rather than accumulating undeliverables.

Public Functions Documentation

function SolidSyslogNullSender_Get

Send returns true, reporting the record as delivered so the Store drops it rather than accumulating undeliverables.

EXTERN_C_BEGIN struct SolidSyslogSender * SolidSyslogNullSender_Get (
    void
) 

Disconnect is a no-op.



The documentation for this class was generated from the following file Core/Interface/SolidSyslogNullSender.h