Forum Discussion
AlexanderM
15 years agoStaff
Hello Mike,
There is no single option that allows you to disable the log remarks. Here's what you can do:
1. You can eliminate saving the content of remarks by handling the OnLog<...> events. You need to assign an empty string to the StrEx property of the LogParams parameter like this:
function GeneralEvents_OnLogEvent(Sender, LogParams)
{
LogParams.StrEx = "";
}
For more information, see the Creating an Event Handler for the OnLogError Event help topic.
2. If you need to export the existing test log, the only solution is to create a script that exports it in the needed format by yourself. You can find a sample of exporting a test log into a custom format in the Scripting Access to the Test Log Contents help topic.
Related Content
- 5 years ago
- 4 years ago
Recent Discussions
- 17 minutes ago
- 15 hours ago
- 7 days ago
- 10 days ago