#include "parser/parser-expr.h"#include "template/templates.h"#include "logmatcher.h"#include <string.h>
Functions | |
| void | log_parser_set_template (LogParser *self, LogTemplate *template_obj) |
| void | log_parser_clone_settings (LogParser *self, LogParser *cloned) |
| gboolean | log_parser_process_message (LogParser *self, LogMessage **pmsg, const LogPathOptions *path_options) |
| void | log_parser_queue_method (LogPipe *s, LogMessage *msg, const LogPathOptions *path_options) |
| gboolean | log_parser_init_method (LogPipe *s) |
| gboolean | log_parser_deinit_method (LogPipe *s) |
| void | log_parser_free_method (LogPipe *s) |
| void | log_parser_init_instance (LogParser *self, GlobalConfig *cfg) |
| void log_parser_clone_settings | ( | LogParser * | self, |
| LogParser * | cloned | ||
| ) |
| gboolean log_parser_deinit_method | ( | LogPipe * | s | ) |
| void log_parser_free_method | ( | LogPipe * | s | ) |
| void log_parser_init_instance | ( | LogParser * | self, |
| GlobalConfig * | cfg | ||
| ) |
| gboolean log_parser_init_method | ( | LogPipe * | s | ) |
| gboolean log_parser_process_message | ( | LogParser * | self, |
| LogMessage ** | pmsg, | ||
| const LogPathOptions * | path_options | ||
| ) |
| void log_parser_queue_method | ( | LogPipe * | s, |
| LogMessage * | msg, | ||
| const LogPathOptions * | path_options | ||
| ) |
| void log_parser_set_template | ( | LogParser * | self, |
| LogTemplate * | template_obj | ||
| ) |