Go to the source code of this file.
|
| gboolean | tf_simple_func_prepare (LogTemplateFunction *self, gpointer state, LogTemplate *parent, gint argc, gchar *argv[], GError **error) |
| |
| void | tf_simple_func_eval (LogTemplateFunction *self, gpointer state, LogTemplateInvokeArgs *args) |
| |
| void | tf_simple_func_call (LogTemplateFunction *self, gpointer state, const LogTemplateInvokeArgs *args, GString *result, LogMessageValueType *type) |
| |
| void | tf_simple_func_free_state (gpointer state) |
| |
◆ TEMPLATE_FUNCTION_SIMPLE
◆ TFSimpleFunc
◆ tf_simple_func_call()
◆ tf_simple_func_eval()
◆ tf_simple_func_free_state()
| void tf_simple_func_free_state |
( |
gpointer |
state | ) |
|
◆ tf_simple_func_prepare()
| gboolean tf_simple_func_prepare |
( |
LogTemplateFunction * |
self, |
|
|
gpointer |
state, |
|
|
LogTemplate * |
parent, |
|
|
gint |
argc, |
|
|
gchar * |
argv[], |
|
|
GError ** |
error |
|
) |
| |