Skip to main content

Output-General-Log

Command Description

Output general log

Command Prototype

Log.Info(sContent)

Parameter Description

ParameterRequiredTypeDefaultDescription
sContentTruestring""The specific information to output

Demo

TracePrint("----------------------------------output general log information--------- ----------------------------") 
//[Remarks] General log information, indicating which stage the process runs to
//Input parameter 1:
// content----->Log content
//out parameters:
// None
Log.info("This is a general log, please use it to mark which stage the process runs to when the process meets expectations")
TracePrint("This is a log with a level of info, which is used when the process runs normally and is used to mark which stage the process runs to")