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

Namespace: log4net.Config
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public DomainAttribute(
	string name
)

Parameters

name
Type: SystemString
The name of the domain.
Remarks

Obsolete. Use RepositoryAttribute instead of DomainAttribute.

See Also

Reference