add log version

This commit is contained in:
zhongchao
2022-04-06 19:29:36 +08:00
parent e1508a3f0f
commit 11ed44729c
7 changed files with 30 additions and 8 deletions

View File

@@ -29,6 +29,11 @@ interface IDevaToolsProvider : IProvider {
*/
fun stopLogCatch(logPrefixName: String?)
/**
* 获取TraceLog状态
*/
fun getTraceLogStatus():Boolean
/**
* 设置链路日志是否开启
*/