Manages a mapping from levels to LevelMappingEntry
Inheritance Hierarchy
log4net.UtilLevelMapping
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
The LevelMapping type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | LevelMapping |
Default constructor
|
Methods
Name | Description | |
---|---|---|
![]() | ActivateOptions |
Initialize options
|
![]() | Add |
Add a LevelMappingEntry to this mapping
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | Lookup |
Lookup the mapping for the specified level
|
![]() | ToString | (Inherited from Object.) |
Remarks
Manages an ordered mapping from Level instances to LevelMappingEntry subclasses.
See Also