LevelCollection Constructor (Level[])Apache log4netâ„¢ SDK Documentation
Initializes a new instance of the LevelCollection class that contains elements copied from the specified Level array.

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

public LevelCollection(
	Level[] a
)

Parameters

a
Type:log4net.Core.Level[]
The Level array whose elements are copied to the new list.
See Also

Reference