AliasDomainAttribute Constructor Apache log4net™ SDK Documentation
Initializes a new instance of the AliasDomainAttribute class with the specified domain to alias to this assembly's repository.

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

public AliasDomainAttribute(
	string name
)

Parameters

name
Type: SystemString
The domain to alias to this assemby's repository.
Remarks

Obsolete. Use AliasRepositoryAttribute instead of AliasDomainAttribute.

See Also

Reference