log4net SDK Reference

LoggerRepositorySkeleton Constructor (PropertiesDictionary)

[This is preliminary documentation and subject to change.]

Construct the repository using specific properties

[Visual Basic]
Overloads Protected Sub New( _
   ByVal properties As PropertiesDictionary _
)
[C#]
protected LoggerRepositorySkeleton(
   PropertiesDictionary properties
);

Parameters

properties
the properties to set for this repository

Remarks

Initializes the repository with specified properties.

See Also

LoggerRepositorySkeleton Class | log4net.Repository Namespace | LoggerRepositorySkeleton Constructor Overload List