LevelMapping ClassApache log4net™ SDK Documentation
Manages a mapping from levels to LevelMappingEntry
Inheritance Hierarchy

SystemObject
  log4net.UtilLevelMapping

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

public sealed class LevelMapping : IOptionHandler

The LevelMapping type exposes the following members.

Constructors

  NameDescription
Public methodLevelMapping
Default constructor
Top
Methods

  NameDescription
Public methodActivateOptions
Initialize options
Public methodAdd
Add a LevelMappingEntry to this mapping
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLookup
Lookup the mapping for the specified level
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Remarks

Manages an ordered mapping from Level instances to LevelMappingEntry subclasses.

See Also

Reference