syslog-ng source
afstomp.h File Reference
#include "driver.h"
#include "value-pairs/value-pairs.h"
Include dependency graph for afstomp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

LogDriver * afstomp_dd_new (GlobalConfig *cfg)
 
void afstomp_dd_set_host (LogDriver *d, const gchar *host)
 
void afstomp_dd_set_port (LogDriver *d, gint port)
 
void afstomp_dd_set_destination (LogDriver *d, const gchar *destination)
 
void afstomp_dd_set_body (LogDriver *d, LogTemplate *body_template)
 
void afstomp_dd_set_persistent (LogDriver *d, gboolean persistent)
 
void afstomp_dd_set_ack (LogDriver *d, gboolean ack)
 
void afstomp_dd_set_user (LogDriver *d, const gchar *user)
 
void afstomp_dd_set_password (LogDriver *d, const gchar *password)
 
void afstomp_dd_set_value_pairs (LogDriver *d, ValuePairs *vp)
 
LogTemplateOptions * afstomp_dd_get_template_options (LogDriver *s)
 

Function Documentation

◆ afstomp_dd_get_template_options()

LogTemplateOptions* afstomp_dd_get_template_options ( LogDriver *  s)

◆ afstomp_dd_new()

LogDriver* afstomp_dd_new ( GlobalConfig *  cfg)

◆ afstomp_dd_set_ack()

void afstomp_dd_set_ack ( LogDriver *  d,
gboolean  ack 
)

◆ afstomp_dd_set_body()

void afstomp_dd_set_body ( LogDriver *  d,
LogTemplate *  body_template 
)

◆ afstomp_dd_set_destination()

void afstomp_dd_set_destination ( LogDriver *  d,
const gchar *  destination 
)

◆ afstomp_dd_set_host()

void afstomp_dd_set_host ( LogDriver *  d,
const gchar *  host 
)

◆ afstomp_dd_set_password()

void afstomp_dd_set_password ( LogDriver *  d,
const gchar *  password 
)

◆ afstomp_dd_set_persistent()

void afstomp_dd_set_persistent ( LogDriver *  d,
gboolean  persistent 
)

◆ afstomp_dd_set_port()

void afstomp_dd_set_port ( LogDriver *  d,
gint  port 
)

◆ afstomp_dd_set_user()

void afstomp_dd_set_user ( LogDriver *  d,
const gchar *  user 
)

◆ afstomp_dd_set_value_pairs()

void afstomp_dd_set_value_pairs ( LogDriver *  d,
ValuePairs *  vp 
)