Skip to content

Struct SolidSyslogEndpoint

ClassList > SolidSyslogEndpoint

  • #include <SolidSyslogEndpoint.h>
struct SolidSyslogEndpoint
{
    struct SolidSyslogEndpointHost* Host;
    uint16_t Port;
};

Detailed Description

The destination a sender is directed at.

The callback fills this in, not the sender: Host is a library-provided sink the user writes the host into (it cannot reach the raw formatter), Port the user assigns directly.

Public Attributes Documentation

Host

struct SolidSyslogEndpointHost* SolidSyslogEndpoint::Host;

Port

uint16_t SolidSyslogEndpoint::Port;


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