LogEntryData Class | 
Namespace: Dundas.BI.WebApi.Models
The LogEntryData type exposes the following members.
| Name | Description | |
|---|---|---|
| LogEntryData | 
            Initializes a new instance of the LogEntryData class.
              | 
| Name | Description | |
|---|---|---|
| AccountId | 
            Gets the ID of the logging account.
              | |
| Channel | 
            Gets the log channel.
              | |
| Level | 
            Gets the log level.
              | |
| LogTime | 
            Gets the log time.
              | |
| Message | 
            Gets the log message.
              | |
| MessageId | Gets the numeric identifier for the message.  | |
| ProcessId | 
            Gets the ID of the logging process.
              | |
| SequenceNumber | 
            Gets a sequence number for the message, indicating the order in which it was logged relative to other log entries.
              | |
| SessionId | 
            Gets the ID of the logging session.
              | |
| Source | 
            Gets the log source.
              | |
| TenantId | 
            Gets the ID of the logging tenant.
              | |
| ThreadId | 
            Gets the ID of the logging thread.
              | |
| UIClassName | 
            Gets or sets the name of the UI class (used for auto de-serialization).
              (Inherited from BaseDataContract.) |