LDTP
3.5.0
|
log('<Message to be logged>', logging.<TYPE>)
where TYPE can be any of these
message will be logged on error
message will be logged on critical
Logs the message in the log.xml with the tag which can be viewed after the execution of scripts
The required message will be logged into the log.xml on execution of scripts
1 | on success and 0 on error |
log('Logging some error string', logging.ERROR)
log('Logging some critical string', logging.CRITICAL)