LogEntryOptions Class

The options class used for creating a log entry.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsLogEntryOptions

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

The LogEntryOptions type exposes the following members.

Constructors
 NameDescription
Public methodLogEntryOptionsInitializes a new instance of the LogEntryOptions class
Top
Properties
 NameDescription
Public propertyAccessKey Gets or sets the access key that is required to create a log entry.
Public propertyArguments Gets or sets the arguments of the message.
Public propertyChannel Gets or sets channel for the log entry.
Public propertyExtensionId Gets or sets extension ID that is creating the log entry.
Public propertyLogLevel Gets or sets log level for the log entry.
Public propertyMessage Gets or sets the message to log.
Public propertyMessageId Gets or sets ID of the message for the log entry.
Top
See Also