LogEntryData Class

Base data contract object for returning an LogEntry through REST API.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class LogEntryData : BaseDataContract

The LogEntryData type exposes the following members.

Constructors
  NameDescription
Public methodLogEntryData
Initializes a new instance of the LogEntryData class.
Top
Properties
  NameDescription
Public propertyAccountId
Gets the ID of the logging account.
Public propertyChannel
Gets the log channel.
Public propertyLevel
Gets the log level.
Public propertyLogTime
Gets the log time.
Public propertyMessage
Gets the log message.
Public propertyMessageId
Gets the numeric identifier for the message.
Public propertyProcessId
Gets the ID of the logging process.
Public propertySequenceNumber
Gets a sequence number for the message, indicating the order in which it was logged relative to other log entries.
Public propertySessionId
Gets the ID of the logging session.
Public propertySource
Gets the log source.
Public propertyTenantId
Gets the ID of the logging tenant.
Public propertyThreadId
Gets the ID of the logging thread.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also