LoadTestCaseLoadTestLogLevel Property |
Gets or sets the level of log details in a performance test report
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public LoadTestLogLevels LoadTestLogLevel { get; set; }
<DataMemberAttribute>
Public Property LoadTestLogLevel As LoadTestLogLevels
Get
Set
public:
[DataMemberAttribute]
property LoadTestLogLevels LoadTestLogLevel {
LoadTestLogLevels get ();
void set (LoadTestLogLevels value);
}
[<DataMemberAttribute>]
member LoadTestLogLevel : LoadTestLogLevels with get, set
Property Value
Type:
LoadTestLogLevels
The load test log level.
See Also