Configures the ILoggerRepository for the specified assembly.
Namespace: log4net.Config
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
public abstract void Configure( Assembly sourceAssembly, ILoggerRepository targetRepository )
Parameters
- sourceAssembly
- Type: System.ReflectionAssembly
The assembly that this attribute was defined on. - targetRepository
- Type: log4net.RepositoryILoggerRepository
The repository to configure.
Remarks
Abstract method implemented by a subclass. When this method is called the subclass should configure the targetRepository.
See Also