Gets or sets the Level at the specified index.
            
Namespace: log4net.CoreAssembly: log4net (in log4net.dll) Version: 1.2.14.0 (1.2.14.0)
Syntax
Parameters
- index
 - Type: 
System Int32
The zero-based index of the element to get or set. 
Property Value
Type: LevelExceptions
| Exception | Condition | 
|---|---|
index is less than zero -or- index is equal to or greater than Count.  | 
See Also