From bc2a9e93c079a2a054e4a3f0f33336ee3468fd11 Mon Sep 17 00:00:00 2001 From: HuangXW Date: Wed, 7 Jun 2023 09:12:05 +0000 Subject: [PATCH] =?UTF-8?q?fixed=208f3365e=20from=20https://gitee.com/H-xi?= =?UTF-8?q?nwei/docs/pulls/19351=20fixed=20584f7fb=20from=20https://gitee.?= =?UTF-8?q?com/H-xinwei/docs/pulls/19337=20console=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=94=AF=E6=8C=81ArkTS=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E7=9A=84=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: HuangXW Change-Id: Icd5c2df3d0542beb07249d74cd349fefb1deb78f --- zh-cn/application-dev/reference/apis/js-apis-logs.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/zh-cn/application-dev/reference/apis/js-apis-logs.md b/zh-cn/application-dev/reference/apis/js-apis-logs.md index c13358efcc..abcc3b7999 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-logs.md +++ b/zh-cn/application-dev/reference/apis/js-apis-logs.md @@ -12,6 +12,8 @@ debug(message: string, ...arguments: any[]): void 以格式化输出方式打印调试信息。 +从API version 9开始,该接口支持在ArkTS卡片中使用。 + **系统能力:** SystemCapability.ArkUI.ArkUI.Full **参数:** @@ -39,6 +41,8 @@ log(message: string, ...arguments: any[]): void 以格式化输出方式打印日志信息。 +从API version 9开始,该接口支持在ArkTS卡片中使用。 + **系统能力:** SystemCapability.ArkUI.ArkUI.Full **参数:** @@ -66,6 +70,8 @@ info(message: string, ...arguments: any[]): void 以格式化输出方式打印日志信息。(console.log()的别名)。 +从API version 9开始,该接口支持在ArkTS卡片中使用。 + **系统能力:** SystemCapability.ArkUI.ArkUI.Full **参数:** @@ -93,6 +99,8 @@ warn(message: string, ...arguments: any[]): void 以格式化输出方式打印警告信息。 +从API version 9开始,该接口支持在ArkTS卡片中使用。 + **系统能力:** SystemCapability.ArkUI.ArkUI.Full **参数:** @@ -120,6 +128,8 @@ error(message: string, ...arguments: any[]): void 以格式化输出方式打印错误信息。 +从API version 9开始,该接口支持在ArkTS卡片中使用。 + **系统能力:** SystemCapability.ArkUI.ArkUI.Full **参数:** -- GitLab