Class Log
Inheritance
System.Object
Log
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Core
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Log : IDisposable
Properties
FileName
Declaration
public string FileName { get; }
Property Value
System.String
|
LogLocation
Declaration
public string LogLocation { get; }
Property Value
System.String
|
Text
Declaration
public string Text { get; }
Property Value
System.String
|
Methods
CaptureBrowser(Browser)
Declaration
public void CaptureBrowser(Browser browserToCapture)
Parameters
Browser
browserToCapture
|
CaptureBrowser(Browser, String)
Declaration
public void CaptureBrowser(Browser browserToCapture, string fileNamePrefix)
Parameters
Browser
browserToCapture
|
System.String
fileNamePrefix
|
CaptureBrowser(Browser, String, Boolean)
Declaration
public void CaptureBrowser(Browser browserToCapture, string fileNamePrefix, bool overrideFile)
Parameters
Browser
browserToCapture
|
System.String
fileNamePrefix
|
System.Boolean
overrideFile
|
CaptureDesktop()
Declaration
public void CaptureDesktop()
CaptureDesktop(String)
Declaration
public void CaptureDesktop(string fileNamePrefix)
Parameters
System.String
fileNamePrefix
|
CaptureDesktop(String, Boolean)
Declaration
public void CaptureDesktop(string fileNamePrefix, bool overrideFile)
Parameters
System.String
fileNamePrefix
|
System.Boolean
overrideFile
|
CaptureWindow(WpfWindow, String)
Declaration
public void CaptureWindow(WpfWindow windowToCapture, string fileNamePrefix)
Parameters
WpfWindow
windowToCapture
|
System.String
fileNamePrefix
|
CaptureWindow(WpfWindow, String, Boolean)
Declaration
public void CaptureWindow(WpfWindow windowToCapture, string fileNamePrefix, bool overrideFile)
Parameters
WpfWindow
windowToCapture
|
System.String
fileNamePrefix
|
System.Boolean
overrideFile
|
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()
Finalize()
Declaration
protected void Finalize()
WriteLine(LogType, String)
Declaration
public void WriteLine(LogType type, string message)
Parameters
LogType
type
|
System.String
message
|
WriteLine(String)
Declaration
public void WriteLine(string message)
Parameters
System.String
message
|
Events
LogWrite
Declaration
public event EventHandler<LogWriteEventArgs> LogWrite
Event Type
System.EventHandler<LogWriteEventArgs>
|