MinTriggerLevel Property
Description
The minimum log message level to display in the run results.
Property type
Read-write property
Syntax
Visual Basic
Public Property MinTriggerLevel As String
Return Type
Possible values in order of severity:
  • TRACE (maps to micDone)
  • DEBUG (maps to micDone)
  • INFO (maps to micPass)
  • WARN (maps to micWarning)
  • ERROR (maps to micFail)
  • FATAL (maps to micFail)
Remarks

LogTracking properties can be set only before a run session begins. Therefore, if you use this automation property within a UFT One test or component, you can only retrieve the value.

Example
See Also