Udostępnij za pośrednictwem


AifBridgeService.Log Method

Logs the data to the audit store.

Namespace: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting
Assembly: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting (in Microsoft.Uii.HostedApplicationToolkit.AutomationHosting.dll)

Usage

'Usage
Dim instance As AifBridgeService
Dim auditFlag As String
Dim logData As LogData

instance.Log(auditFlag, logData)

Syntax

'Declaration
Public Sub Log ( _
    auditFlag As String, _
    logData As LogData _
)
public void Log (
    string auditFlag,
    LogData logData
)
public:
void Log (
    String^ auditFlag, 
    LogData^ logData
)
public void Log (
    String auditFlag, 
    LogData logData
)
public function Log (
    auditFlag : String, 
    logData : LogData
)

Parameters

  • auditFlag
    Specifies the audit flag.
  • logData
    Specifies the log data.

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

AifBridgeService Class
AifBridgeService Members
Microsoft.Uii.HostedApplicationToolkit.AutomationHosting Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.