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