常量
设置插件日志级别的函数类型定义。开发调试的时候建议开启,如果遇到问题方便查找。
要设置的日志级别,可选值包括:
off
debug
此函数不返回任何值
import { utsSetTcpPluginLogLevel } from '@/uni_modules/ts-tcp-tool';// 开启插件debug日志utsSetTcpPluginLogLevel("debug") 复制
import { utsSetTcpPluginLogLevel } from '@/uni_modules/ts-tcp-tool';// 开启插件debug日志utsSetTcpPluginLogLevel("debug")
设置插件日志级别的函数类型定义。开发调试的时候建议开启,如果遇到问题方便查找。