Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ConfiguratorAttribute.Configure�Method�

Configures the ILoggerRepository for the specified assembly.

[Visual�Basic]
MustOverride�Public�Sub�Configure( _
���ByVal sourceAssembly�As�Assembly,�_
���ByVal targetRepository�As�ILoggerRepository�_
)
[C#]
public�abstract�void�Configure(
���AssemblysourceAssembly,
���ILoggerRepositorytargetRepository
);

Parameters

sourceAssembly
The assembly that this attribute was defined on.
targetRepository
The repository to configure.

Remarks

Abstract method implemented by a subclass. When this method is called the subclass should configure the targetRepository.

See Also

ConfiguratorAttribute Class | log4net.Config Namespace