EnumLogType
Enum
The types of logging available in WebAii.
Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public enum LogType
Fields
Error
Logs information to the testcase log and fails the test.
EventLog
Logs information directly to the Application event log.
Information
Logs information to the testcase log.