| | |
| | | /* |
| | | * logger.h |
| | | /********************************************************************** |
| | | * Copyright: (C)2023 LingYun IoT System Studio |
| | | * Author: GuoWenxue<guowenxue@gmail.com> QQ: 281143292 |
| | | * Description: ESP32 module linux compatible logger API |
| | | * |
| | | * Created on: 2023年2月20日 |
| | | * Author: Think |
| | | */ |
| | | * ChangeLog: |
| | | * Version Date Author Description |
| | | * V1.0.0 2023.04.3 GuoWenxue Release initial version |
| | | ***********************************************************************/ |
| | | |
| | | #ifndef SRC_ESP_LOGGER_H_ |
| | | #define SRC_ESP_LOGGER_H_ |