SecurityContextProviderAttribute.Configure Method Apache log4netâ„¢ SDK Documentation
Configures the SecurityContextProvider

Namespace: log4net.Config
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax

public override void Configure(
	Assembly sourceAssembly,
	ILoggerRepository targetRepository
)

Parameters

sourceAssembly
Type: System.Reflection.Assembly
The assembly that this attribute was defined on.
targetRepository
Type: log4net.Repository.ILoggerRepository
The repository to configure.
Remarks

Creates a provider instance from the ProviderType specified. Sets this as the default security context provider DefaultProvider.

See Also

Reference