Skip to content

File SolidSyslogHeaderFieldFunction.h

FileList > Core > Interface > SolidSyslogHeaderFieldFunction.h

Go to the source code of this file

The header-field callback typedef the integrator supplies to SolidSyslogConfig for HOSTNAME / APP-NAME / PROCID.

  • #include "ExternC.h"

Public Types

Type Name
typedef void(* SolidSyslogHeaderFieldFunction
Appends an RFC 5424 header-field value (HOSTNAME / APP-NAME / PROCID) into the field sink it is handed.

Public Types Documentation

typedef SolidSyslogHeaderFieldFunction

Appends an RFC 5424 header-field value (HOSTNAME / APP-NAME / PROCID) into the field sink it is handed.

typedef void(* SolidSyslogHeaderFieldFunction) (struct SolidSyslogHeaderField *field, void *context);

The sink owns the charset and framing, so a callback cannot break the header. context is passed through unchanged from the config the callback was registered in.



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