Add aaa-12 add log configure manager

RCA:
SOL:
修改人:zhangtao
检视人:
This commit is contained in:
zhangtaohz 2019-08-02 18:03:13 +08:00
parent dd6153aac3
commit 7e6b2d02d3
2 changed files with 16 additions and 2 deletions

14
Common/log_types.h Executable file
View File

@ -0,0 +1,14 @@
#ifndef _LOG_CONFIG_API_H
#define _LOG_CONFIG_API_H
#include "ulog_api.h"
typedef struct _log_console {
u8 level;
u8 on;
char module_name[MAX_MODULE_NAME_SZ];
} log_console_t;
typedef log_console_t log_pty_t;
#endif

View File

@ -28,9 +28,9 @@ MAKE_FLAGS += -j$(shell cat /proc/cpuinfo | grep processor | wc -l)
endif
endif
.PHONY : demo conntrack netlink trace openrpc redismq usermanager configm ulog database webauth khashtable
.PHONY : openrpc ulog demo conntrack netlink trace redismq usermanager configm database webauth khashtable
all: demo conntrack netlink trace openrpc redismq usermanager configm ulog database webauth khashtable
all: openrpc ulog demo conntrack netlink trace redismq usermanager configm database webauth khashtable
ifeq ($(OPT), install)
#$(shell `find ../release -name "*.zip" -delete`)