syslog-ng source
LogTemplate Struct Reference

#include <templates.h>

Collaboration diagram for LogTemplate:

Public Attributes

GAtomicCounter ref_cnt
 
gchar * name
 
gchar * template_str
 
GList * compiled_template
 
GlobalConfig * cfg
 
guint top_level: 1
 
guint escape: 1
 
guint def_inline: 1
 
guint trivial: 1
 
guint literal: 1
 
LogMessageValueType explicit_type_hint
 
LogMessageValueType type_hint
 

Member Data Documentation

◆ cfg

GlobalConfig* LogTemplate::cfg

◆ compiled_template

GList* LogTemplate::compiled_template

◆ def_inline

guint LogTemplate::def_inline

◆ escape

guint LogTemplate::escape

◆ explicit_type_hint

LogMessageValueType LogTemplate::explicit_type_hint

◆ literal

guint LogTemplate::literal

◆ name

gchar* LogTemplate::name

◆ ref_cnt

GAtomicCounter LogTemplate::ref_cnt

◆ template_str

gchar* LogTemplate::template_str

◆ top_level

guint LogTemplate::top_level

◆ trivial

guint LogTemplate::trivial

◆ type_hint

LogMessageValueType LogTemplate::type_hint

The documentation for this struct was generated from the following file: