SecurityContextProviderAttribute Configure Method Apache log4net™ SDK Documentation
Configures the SecurityContextProvider

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

public override void Configure(
	Assembly sourceAssembly,
	ILoggerRepository targetRepository
)
Remarks

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

See Also