Skip to content

File SolidSyslogSdValueFunction.h

FileList > Core > Interface > SolidSyslogSdValueFunction.h

  • #include "SolidSyslogExternC.h"

Detailed Description

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

MetaSd language, OriginSd fields).

Public Types Documentation

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