File SolidSyslogBufferCategories.h¶
FileList > Core > Interface > SolidSyslogBufferCategories.h
Portable category constants (uint16_t macros) for the Buffer role: SOLIDSYSLOG_CAT_BUFFER_BACKEND_FAILED.
#include <stdint.h>#include "SolidSyslogErrorCategory.h"
Macro Definition Documentation¶
SOLIDSYSLOG_CAT_BUFFER_BACKEND_FAILED¶
Portable Buffer-role error categories.
Any Buffer implementation reuses these; a portable handler switch on event->Category reacts to a buffer backend failure identically regardless of the underlying mechanism (POSIX message queue, ring...). The buffer's underlying backend refused a record (queue full, write failed, ...). event->Source names which buffer.
The documentation for this class was generated from the following file Core/Interface/SolidSyslogBufferCategories.h