logo
首页技术栈工具库讨论
xenonym_logging

xenonym_logging

Simple logging library that outputs over the PC serial link to add logging to a file simply `include "xenonym_logging.h" ` then you can add logging with which looks slighly like c++ std::cout logging by using the LOG define or the LOGGER define thus; LOG << "this message will begin a new line" or LOGGER << "this message will append to the end of the previous log"; there is also a simple `LOGFUNC( "funcname" );` define that will log the entry and exit from a function and indent the stream so its
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
PLATFORMIO
xenonym_logging
标签
根据用户添加的标签生成
暂无标签