LevelCollection Constructor (LevelCollection)Apache log4net™ SDK Documentation
Initializes a new instance of the LevelCollection class that contains elements copied from the specified LevelCollection.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public LevelCollection(
	LevelCollection c
)

Parameters

c
Type: log4net.Core LevelCollection
The LevelCollection whose elements are copied to the new collection.
See Also