输出非结构化日志。

This commit is contained in:
zhengchao
2018-12-24 22:47:26 +06:00
parent 67c488bcc1
commit 6cbe6e7b9c
4 changed files with 107 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ struct pangu_log
const struct tfe_http_session* http;
const Maat_rule_t*result;
size_t result_num;
struct evbuffer* req_body, *resp_body;
};
struct pangu_logger;
struct pangu_logger* pangu_log_handle_create(const char* profile, const char* section, void* local_logger);