[ADD] packet_io framework

This commit is contained in:
liuwentan
2022-07-26 15:05:14 +08:00
parent da47b80442
commit 82a97ff067
16 changed files with 516 additions and 46 deletions

View File

@@ -1,3 +1,19 @@
/*
**********************************************************************************************
* File: logger.h
* Description: log module
* Authors: Liu WenTan <liuwentan@geedgenetworks.com>
* Date: 2022-07-15
* Copyright: (c) 2018-2022 Geedge Networks, Inc. All rights reserved.
***********************************************************************************************
*/
#pragma once
struct logger;
#define log_debug(x, ...)
#define log_info(x, ...)
#define log_notice(x, ...)
#define log_error(x, ...)