syslog-ng source
synthetic-context.c File Reference
#include "synthetic-context.h"
#include "pdb-error.h"
#include <string.h>
Include dependency graph for synthetic-context.c:

Functions

void synthetic_context_set_context_id_template (SyntheticContext *self, LogTemplate *context_id_template)
 
void synthetic_context_set_context_timeout (SyntheticContext *self, gint timeout)
 
void synthetic_context_set_context_scope (SyntheticContext *self, const gchar *scope, GError **error)
 
void synthetic_context_init (SyntheticContext *self)
 
void synthetic_context_deinit (SyntheticContext *self)
 

Function Documentation

◆ synthetic_context_deinit()

void synthetic_context_deinit ( SyntheticContext self)

◆ synthetic_context_init()

void synthetic_context_init ( SyntheticContext self)

◆ synthetic_context_set_context_id_template()

void synthetic_context_set_context_id_template ( SyntheticContext self,
LogTemplate *  context_id_template 
)

◆ synthetic_context_set_context_scope()

void synthetic_context_set_context_scope ( SyntheticContext self,
const gchar *  scope,
GError **  error 
)

◆ synthetic_context_set_context_timeout()

void synthetic_context_set_context_timeout ( SyntheticContext self,
gint  timeout 
)