The types of logging available in WebAii.
Syntax| C# |
public enum LogType
Members| Member | Description |
|---|---|
| Information |
Logs information to the testcase log.
|
| Error |
Logs information to the testcase log and fails the test.
|
| Trace |
Logs information to the testcase log and the System.Diagnostics.Trace
|
| EventLog |
Logs information directly to the Application event log.
|
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)
