上一主题: 打印下一主题: PrintException


打印级别

打印级别

这些命令用于以下命令中的第二个参数(可选):Print、PrintException。 GENERAL 的重要级别最高,而 VERY_DETAILED 的重要级级别最低。 如果未指定“打印级别”,参数默认为 GENERAL。

支持以下打印级别:

用法:

Print(PrintException) <字符串表达式>, [打印级别];

示例:

print ("this is important", GENERAL);
PrintException ("this isn’t as important", DETAILED);