| LogContext Properties |
The LogContext type exposes the following members.
| Name | Description | |
|---|---|---|
| Current |
Gets or sets current log context.
| |
| Event |
Info object of type EventLogInfo.
| |
| EventURL |
URL of event.
| |
| IPAddress |
IP address of client.
| |
| Log |
Gets the current log.
| |
| LogAlways |
If true, the context always logs regardless of the action context settings
| |
| LogGuid |
Logs guid.
| |
| LogSingleEvents |
Indicates whether to log events one by one to event log.
| |
| MachineName |
Name of machine.
| |
| MaxLength |
Maximum length of the log. If the length is exceeded, the log is trimmed to half, offset is set and the log continues.
| |
| MultipleOperationEventCode |
Explicit event log code used when LogSingleEvents is false (case of multiple logging).
| |
| Offset |
Offset of a partial log in a complete log
| |
| UrlReferrer |
Referrer url.
| |
| UserAgent |
Browser identification.
|