Skip to content

File SolidSyslogSdValueFunction.h

FileList > Core > Interface > SolidSyslogSdValueFunction.h

Go to the source code of this file

The SD-value callback typedef the integrator supplies for dynamic PARAM values (e.g. More...

  • #include "ExternC.h"

Public Types

Type Name
typedef void(* SolidSyslogSdValueFunction
Streams an SD-PARAM value into the value sink it is handed.

Detailed Description

MetaSd language, OriginSd fields).

Public Types Documentation

typedef SolidSyslogSdValueFunction

Streams an SD-PARAM value into the value sink it is handed.

typedef void(* SolidSyslogSdValueFunction) (struct SolidSyslogSdValue *value, void *context);

The sink applies the escaping, so a callback cannot break SD framing regardless of the bytes it writes. 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/SolidSyslogSdValueFunction.h