
Functions | |
| void | log_template_append_format_recursive (LogTemplate *self, const LogTemplateInvokeArgs *args, GString *result) |
| gboolean | tf_simple_func_prepare (LogTemplateFunction *self, gpointer s, LogTemplate *parent, gint argc, gchar *argv[], GError **error) |
| void | tf_simple_func_eval (LogTemplateFunction *self, gpointer s, LogTemplateInvokeArgs *args) |
| void | tf_simple_func_call (LogTemplateFunction *self, gpointer s, const LogTemplateInvokeArgs *args, GString *result, LogMessageValueType *type) |
| void | tf_simple_func_free_state (gpointer s) |
| void log_template_append_format_recursive | ( | LogTemplate * | self, |
| const LogTemplateInvokeArgs * | args, | ||
| GString * | result | ||
| ) |
| void tf_simple_func_call | ( | LogTemplateFunction * | self, |
| gpointer | s, | ||
| const LogTemplateInvokeArgs * | args, | ||
| GString * | result, | ||
| LogMessageValueType * | type | ||
| ) |
| void tf_simple_func_eval | ( | LogTemplateFunction * | self, |
| gpointer | s, | ||
| LogTemplateInvokeArgs * | args | ||
| ) |
| void tf_simple_func_free_state | ( | gpointer | s | ) |
| gboolean tf_simple_func_prepare | ( | LogTemplateFunction * | self, |
| gpointer | s, | ||
| LogTemplate * | parent, | ||
| gint | argc, | ||
| gchar * | argv[], | ||
| GError ** | error | ||
| ) |