
Functions | |
| void | log_pipe_forward_msg (LogPipe *self, LogMessage *msg, const LogPathOptions *path_options) |
| void | log_pipe_queue (LogPipe *self, LogMessage *msg, const LogPathOptions *path_options) |
| EVTTAG * | log_pipe_location_tag (LogPipe *pipe) |
| void | log_pipe_attach_expr_node (LogPipe *self, LogExprNode *expr_node) |
| void | log_pipe_detach_expr_node (LogPipe *self) |
| void | log_pipe_clone_method (LogPipe *dst, const LogPipe *src) |
| void | log_pipe_init_instance (LogPipe *self, GlobalConfig *cfg) |
| LogPipe * | log_pipe_new (GlobalConfig *cfg) |
| void | log_pipe_free_method (LogPipe *self) |
| LogPipe * | log_pipe_ref (LogPipe *self) |
| gboolean | log_pipe_unref (LogPipe *self) |
| void | log_pipe_forward_notify (LogPipe *self, gint notify_code, gpointer user_data) |
| void | log_pipe_set_persist_name (LogPipe *self, const gchar *persist_name) |
| const gchar * | log_pipe_get_persist_name (const LogPipe *self) |
| void | log_pipe_set_options (LogPipe *self, const LogPipeOptions *options) |
| void | log_pipe_set_internal (LogPipe *self, gboolean internal) |
| gboolean | log_pipe_is_internal (const LogPipe *self) |
| void | log_pipe_add_info (LogPipe *self, const gchar *info) |
Variables | |
| gboolean(* | pipe_single_step_hook )(LogPipe *pipe, LogMessage *msg, const LogPathOptions *path_options) |
| void log_pipe_add_info | ( | LogPipe * | self, |
| const gchar * | info | ||
| ) |
| void log_pipe_attach_expr_node | ( | LogPipe * | self, |
| LogExprNode * | expr_node | ||
| ) |
| void log_pipe_clone_method | ( | LogPipe * | dst, |
| const LogPipe * | src | ||
| ) |
| void log_pipe_detach_expr_node | ( | LogPipe * | self | ) |
| void log_pipe_forward_msg | ( | LogPipe * | self, |
| LogMessage * | msg, | ||
| const LogPathOptions * | path_options | ||
| ) |
| void log_pipe_forward_notify | ( | LogPipe * | self, |
| gint | notify_code, | ||
| gpointer | user_data | ||
| ) |
| void log_pipe_free_method | ( | LogPipe * | self | ) |
| const gchar* log_pipe_get_persist_name | ( | const LogPipe * | self | ) |
| void log_pipe_init_instance | ( | LogPipe * | self, |
| GlobalConfig * | cfg | ||
| ) |
| gboolean log_pipe_is_internal | ( | const LogPipe * | self | ) |
| EVTTAG* log_pipe_location_tag | ( | LogPipe * | pipe | ) |
| LogPipe* log_pipe_new | ( | GlobalConfig * | cfg | ) |
| void log_pipe_queue | ( | LogPipe * | self, |
| LogMessage * | msg, | ||
| const LogPathOptions * | path_options | ||
| ) |
| LogPipe* log_pipe_ref | ( | LogPipe * | self | ) |
| void log_pipe_set_internal | ( | LogPipe * | self, |
| gboolean | internal | ||
| ) |
| void log_pipe_set_options | ( | LogPipe * | self, |
| const LogPipeOptions * | options | ||
| ) |
| void log_pipe_set_persist_name | ( | LogPipe * | self, |
| const gchar * | persist_name | ||
| ) |
| gboolean log_pipe_unref | ( | LogPipe * | self | ) |
| gboolean(* pipe_single_step_hook) (LogPipe *pipe, LogMessage *msg, const LogPathOptions *path_options) | ( | LogPipe * | pipe, |
| LogMessage * | msg, | ||
| const LogPathOptions * | path_options | ||
| ) |