WrapperMap Constructor Apache log4net™ SDK Documentation
Initializes a new instance of the WrapperMap

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public WrapperMap(
	WrapperCreationHandler createWrapperHandler
)

Parameters

createWrapperHandler
Type: log4net.CoreWrapperCreationHandler
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

Reference