Log support for the framework and test cases.
Syntax| C# |
public class Log : IDisposable
Members| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
![]() | CaptureBrowser(Browser) |
Captures a visual snap shot of a specific browser instance and logs it to the log location.
This function will also add the path to the image to the log file.
|
![]() | CaptureBrowser(Browser, String) |
Captures a visual snap shot of a specific browser instance and logs it to the log location.
This function will also add the path to the image to the log file.
|
![]() | CapturedBitmaps |
A list of all captured bitmaps.
|
![]() | CaptureDesktop() |
Captures the entire desktop to the log location.
|
![]() | CaptureDesktop(String) |
Captures the entire desktop to the log location.
|
![]() | Dispose() |
Dispose of this object.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | FileName |
Full file name where we are doing the logging to.
|
![]() | Finalize() |
Destructor
(Overrides Object.Finalize().) |
![]() | GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LogLocation |
The log location on disk where were we are currently creating any logs.
|
![]() | LogWrite |
This event is invoked everytime a WriteLine is invoked. External frameworks
can attach to this event to capture logs from this framework to help unify their logging.
|
![]() | MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Text |
Current string of the log. This is an snap shot of what is currently in the log.
|
![]() | ToString() | (Inherited from Object.) |
![]() | WriteLine(LogType, String) |
Log information to the event log.
|
![]() | WriteLine(String) |
Write a line to the log file.
|
Inheritance Hierarchy| Object | |
![]() | Log |
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)





