提交 514d3b33 编写于 作者: D DCloud_LXH

chore: uts build in object

上级 afb9dee4
因为 它太大了无法显示 source diff 。你可以改为 查看blob
## console
### debug
在控制台打印 debug 日志
```ts
console.debug(msg1, msg2, msg3)
```
### error
在控制台打印 error 日志
```ts
console.error(msg1, msg2, msg3)
```
### info
在控制台打印 info 日志
```ts
console.info(msg1, msg2, msg3)
```
### log
在控制台打印 log 日志
```ts
console.log(msg1, msg2, msg3)
```
### warn
在控制台打印 warn 日志
```ts
console.warn(msg1, msg2, msg3)
```
# Console
## 实例方法
### debug(data)
<!-- UTSJSON.Console.debug.description -->
<!-- UTSJSON.Console.debug.param -->
<!-- UTSJSON.Console.debug.returnValue -->
<!-- UTSJSON.Console.debug.compatibility -->
### error(data)
<!-- UTSJSON.Console.error.description -->
<!-- UTSJSON.Console.error.param -->
<!-- UTSJSON.Console.error.returnValue -->
<!-- UTSJSON.Console.error.compatibility -->
### info(data)
<!-- UTSJSON.Console.info.description -->
<!-- UTSJSON.Console.info.param -->
<!-- UTSJSON.Console.info.returnValue -->
<!-- UTSJSON.Console.info.compatibility -->
### log(data)
<!-- UTSJSON.Console.log.description -->
<!-- UTSJSON.Console.log.param -->
<!-- UTSJSON.Console.log.returnValue -->
<!-- UTSJSON.Console.log.compatibility -->
### warn(data)
<!-- UTSJSON.Console.warn.description -->
<!-- UTSJSON.Console.warn.param -->
<!-- UTSJSON.Console.warn.returnValue -->
<!-- UTSJSON.Console.warn.compatibility -->
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册