The VGLogEntry type exposes the following members.
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
|