log4net SDK Reference

RepositoryAttribute.Name Property

Gets or sets the name of the logging repository.

[Visual Basic]
Public Property Name As String
[C#]
public string Name {get; set;}

Property Value

The 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

RepositoryAttribute Class | log4net.Config Namespace