LogEntryQueryField Enumeration

The log entry query fields.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public enum LogEntryQueryField
Members
  Member nameValueDescription
None0No log entry query fields specified.
Level1The Level property.
MessageId2The MessageId property.
LogTime3The LogTime property.
Source4The Source property.
Message5The Message property.
Channel6The Channel property.
AccountId7The AccountId property.
SessionId8The SessionId property.
ProcessId9The ProcessId property.
ThreadId10The ThreadId property.
SequenceNumber11The SequenceNumber property.
TenantId12The TenantId property.
See Also