AuditLog.Log Method (AuditType, LogData)
Logs the messages to the database using the AuditLog web service asynchronously.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim auditType As AuditType
Dim logData As LogData
AuditLog.Log(auditType, logData)
Syntax
'Declaration
<ObsoleteAttribute("This method has been deprecated, use Log(string, LogData) instead.", False)> _
Public Shared Sub Log ( _
auditType As AuditType, _
logData As LogData _
)
[ObsoleteAttribute("This method has been deprecated, use Log(string, LogData) instead.", false)]
public static void Log (
AuditType auditType,
LogData logData
)
[ObsoleteAttribute(L"This method has been deprecated, use Log(string, LogData) instead.", false)]
public:
static void Log (
AuditType auditType,
LogData^ logData
)
/** @attribute ObsoleteAttribute("This method has been deprecated, use Log(string, LogData) instead.", false) */
public static void Log (
AuditType auditType,
LogData logData
)
ObsoleteAttribute("This method has been deprecated, use Log(string, LogData) instead.", false)
public static function Log (
auditType : AuditType,
logData : LogData
)
Parameters
- auditType
Specifies the type of audit activity
- logData
Specifies the data to log
Remarks
Caching done based on the NoCache property. This method has been deprecated, use Log(string, LogData) instead.
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.
Platforms
See Also
Reference
AuditLog Class
AuditLog Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.