LevelCollection.ReadOnly Method Apache log4netâ„¢ SDK Documentation
Creates a read-only wrapper for a LevelCollection instance.

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

public static LevelCollection ReadOnly(
	LevelCollection list
)

Parameters

list
Type: log4net.Core.LevelCollection
list to create a readonly wrapper arround

Return Value

Type: LevelCollection
A LevelCollection wrapper that is read-only.
See Also

Reference