Поделиться через


ILogging.Initialize Method

Initializes the logging listener

Namespace: Microsoft.Uii.Common.Logging
Assembly: Microsoft.Uii.Common.Logging (in Microsoft.Uii.Common.Logging.dll)

Usage

'Usage
Dim instance As ILogging
Dim name As String
Dim configValue As NameValueCollection

instance.Initialize(name, configValue)

Syntax

'Declaration
Sub Initialize ( _
    name As String, _
    configValue As NameValueCollection _
)
void Initialize (
    string name,
    NameValueCollection configValue
)
void Initialize (
    String^ name, 
    NameValueCollection^ configValue
)
void Initialize (
    String name, 
    NameValueCollection configValue
)
function Initialize (
    name : String, 
    configValue : NameValueCollection
)

Parameters

  • name
    Specifies the name of the listener.
  • configValue
    Specifies the configuration values (parameters) for the listener.

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

ILogging Interface
ILogging Members
Microsoft.Uii.Common.Logging Namespace

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