LogEntry Class

The class represents a logged entry.
Inheritance Hierarchy
SystemObject
  Dundas.BILogEntry

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public class LogEntry

The LogEntry type exposes the following members.

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.
Top
Methods
  NameDescription
Public methodSerializeToJson
Gets a JSON string representing this entry.
Top
See Also