LogEntry Properties

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
See Also