File SolidSyslogPlusTcpResolverErrors.h¶
FileList > Interface > SolidSyslogPlusTcpResolverErrors.h
Error codes and Source identity for the PlusTcpResolver adapter.
#include "SolidSyslogExternC.h"
Public Types Documentation¶
SolidSyslogPlusTcpResolverErrors¶
Detail codes for events whose Source is PlusTcpResolverErrorSource.
enum SolidSyslogPlusTcpResolverErrors {
SOLIDSYSLOG_PLUSTCP_RESOLVER_ERROR_POOL_EXHAUSTED,
SOLIDSYSLOG_PLUSTCP_RESOLVER_ERROR_UNKNOWN_DESTROY,
SOLIDSYSLOG_PLUSTCP_RESOLVER_ERROR_MAX
};
A handler reads these off event->Detail after matching event->Source; the members name their own fault.
Public Attributes Documentation¶
PlusTcpResolverErrorSource¶
Identity for events raised by a PlusTcpResolver.
A handler matches by address (event->Source == &PlusTcpResolverErrorSource), then reads event->Detail as an enum SolidSyslogPlusTcpResolverErrors.
The documentation for this class was generated from the following file Platform/PlusTcp/Interface/SolidSyslogPlusTcpResolverErrors.h