AuditLog Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Provides services for logging the audit related messages. It caches the messages before updating the DB. It uses asynchronous calls to web services.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Inheritance Hierarchy
System.Object
Microsoft.Uii.Csr.AuditLog
Syntax
public static class AuditLog
Public NotInheritable Class AuditLog
Properties
Name | Description | |
---|---|---|
CacheMaxSize | Gets or sets the maximum size of the audit log cache. |
|
NoCache | Gets or sets a Boolean value that specifies whether audit messages should be cached. |
Methods
Name | Description | |
---|---|---|
GetAuditFlag(String) | Retrieves the value for the specified audit flag. |
|
Log(AuditType, LogData) | Obsolete. Logs the messages to the database using the AuditLog web service asynchronously. |
|
Log(String, LogData) | Logs the messages to the database using the AuditLog web service asynchronously. |
|
SetAuditFlag(String, String) | Sets the value for the specified audit flag. |
Fields
Name | Description | |
---|---|---|
AuditFlagAction | Specifies the default set of audit flags. |
|
AuditFlagAgentState | Specifies the default set of audit flags |
|
AuditFlagHostedApplication | Specifies the default set of audit flags |
|
AuditFlagInteraction | Specifies the default set of audit flags |
|
AuditFlagLogin | Specifies the default set of audit flags |
|
AuditFlagNonHostedApplication | Specifies the default set of audit flags. |
|
AuditFlagSession | Specifies the default set of audit flags |
|
AuditFlagWorkFlow | Specifies the default set of audit flags. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Return to top
Unified Service Desk 2.0
© 2016 Microsoft. All rights reserved. Copyright