syslog-ng source
synthetic-context.h File Reference
#include "syslog-ng.h"
#include "correlation-key.h"
#include "template/templates.h"
Include dependency graph for synthetic-context.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SyntheticContext
 

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)
 
gint synthetic_context_lookup_context_scope (const gchar *context_scope)
 

Function Documentation

◆ synthetic_context_deinit()

void synthetic_context_deinit ( SyntheticContext self)

◆ synthetic_context_init()

void synthetic_context_init ( SyntheticContext self)

◆ synthetic_context_lookup_context_scope()

gint synthetic_context_lookup_context_scope ( const gchar *  context_scope)

◆ 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 
)