Enum
LogType

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.

Declaration

cs-api-definition
Error = 1

Field Value

LogType

EventLog

Logs information directly to the Application event log.

Declaration

cs-api-definition
EventLog = 3

Field Value

LogType

Information

Logs information to the testcase log.

Declaration

cs-api-definition
Information = 0

Field Value

LogType

Trace

Logs information to the testcase log and the System.Diagnostics.Trace

Declaration

cs-api-definition
Trace = 2

Field Value

LogType

In this article
DefinitionFieldsErrorEventLogInformationTrace
Not finding the help you need?
Contact Support