AuditLogTraceLevel Enumeration
Important
This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.
Describes the trace level of the audit log.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Enumeration AuditLogTraceLevel
'Usage
Dim instance As AuditLogTraceLevel
[DataContractAttribute]
public enum AuditLogTraceLevel
[DataContractAttribute]
public enum class AuditLogTraceLevel
Members
Member name | Description | |
---|---|---|
Trace | The defult value indicating trace level. | |
Debug | The debug log level. | |
Error | The error log level. |