多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
[TOC] ## Log 日志 ``` LogPrint Print 日志 LogPrintf 格式化 Print 日志 LogTrace Trace 日志 LogTracef 格式化 Trace 日志 LogDebug Debug 日志 LogDebugf 格式化 Debug 日志 LogInfo Info 日志 LogInfof 格式化 Info 日志 LogWarning Warning 日志 LogWarningf 格式化 Warning 日志 LogError Error 日志 LogErrorf 格式化 Error 日志 LogFatal Fatal 日志 LogFatalf 格式化 Fatal 日志 LogSetLogLevel 设置日志级别 ``` 触发这些日志后,都是在go的后台输出,而非 console.log