log4net SDK Reference

AliasRepositoryAttribute Constructor 

Initializes a new instance of the AliasRepositoryAttribute class with the specified repository to alias to this assembly's repository.

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

Parameters

name
The repository to alias to this assemby's repository.

Remarks

Initializes a new instance of the AliasRepositoryAttribute class with the specified repository to alias to this assembly's repository.

See Also

AliasRepositoryAttribute Class | log4net.Config Namespace