ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Log class
Log support for the framework and test cases.
Syntax
C#
public class Log : IDisposable
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()
Returns a String that represents the current Object.
(Inherited from Object.)
WriteLine(LogType, String)
Log information to the event log.
WriteLine(String)
Write a line to the log file.
Inheritance Hierarchy

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)