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

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public WrapperMap(
	WrapperCreationHandler createWrapperHandler
)

Parameters

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