The Log type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CaptureBrowser | Overloaded. | |
| CaptureDesktop | Overloaded. | |
| Dispose |
Dispose of this object.
| |
| Equals | (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 | (Inherited from Object.) | |
| WriteLine | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| 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.
|
