Gets or sets the name of the logging repository.
Namespace: log4net.ConfigAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: StringThe string name to use as the name of the repository associated with this assembly.
Remarks
This value does not have to be unique. Several assemblies can share the same repository. They will share the logging configuration of the repository.
See Also