The VGLogEntry type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| VGLogEntry | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| 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.) |
Properties
| Name | Description | |
|---|---|---|
| ApplicationId |
The Visual Guard Id of the application
| |
| EventId |
Event identifier.
| |
| MachineName |
Name of the machine
| |
| Message |
Message body to log.
| |
| Properties |
Dictionary of key/value pairs that can be used as named properties in the message. this value can be null or empty.
| |
| Severity |
Log entry severity as a Severity enumeration. (Unspecified, Information, Warning or Error).
| |
| TimeStamp |
Date and time of the log entry message.
| |
| Title |
Additional description of the log entry message.
| |
| UnnamedProperties |
An array of values that can be used as unnamed properties in the message. this value can be null or empty
| |
| UserId |
The Visual Guard Id of the current user
| |
| UserName |
The Visual Guard Name of the current user
|