Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

WrapperMap�Constructor�

Initializes a new instance of the WrapperMap

[Visual�Basic]
Public�Sub�New( _
���ByVal createWrapperHandler�As�WrapperCreationHandler�_
)
[C#]
public�WrapperMap(
���WrapperCreationHandlercreateWrapperHandler
);

Parameters

createWrapperHandler
The handler to use to create the wrapper objects.

Remarks

Initializes a new instance of the WrapperMap class with the specified handler to create the wrapper objects.

See Also

WrapperMap Class | log4net.Core Namespace