The Log type exposes the following members.

Methods

  NameDescription
CaptureBrowserOverloaded.
CaptureDesktopOverloaded.
Dispose
Dispose of this object.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
WriteLineOverloaded.

Properties

  NameDescription
CapturedBitmaps
A list of all captured bitmaps.
FileName
Full file name where we are doing the logging to.
LogLocation
The log location on disk where were we are currently creating any logs.
Text
Current string of the log. This is an snap shot of what is currently in the log.

Events

  NameDescription
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.

See Also