RepositoryAttribute Constructor (String)Apache log4net™ SDK Documentation
Initialize a new instance of the RepositoryAttribute class with the name of the repository.

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

public RepositoryAttribute(
	string name
)
Remarks

Initialize the attribute with the name for the assembly's repository.

See Also