ConfiguratorAttribute.Configure Method
Configures the ILoggerRepository for the specified assembly.
[Visual Basic]
MustOverride Public Sub Configure( _
ByVal
sourceAssembly As
Assembly, _
ByVal
targetRepository As
ILoggerRepository _
)
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