log4net SDK Reference

RepositoryAttribute Constructor (String)

Initialize a new instance of the RepositoryAttribute class with the name of the repository.

[Visual Basic]
Overloads Public Sub New( _
   ByVal name As String _
)
[C#]
public RepositoryAttribute(
   string name
);

Parameters

name
The name of the repository.

Remarks

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

See Also

RepositoryAttribute Class | log4net.Config Namespace | RepositoryAttribute Constructor Overload List