log4net SDK Reference

LevelMapping Class

Manages a mapping from levels to LevelMappingEntry

For a list of all members of this type, see LevelMapping Members.

System.Object
   log4net.Util.LevelMapping

[Visual Basic]
NotInheritable Public Class LevelMapping
    Implements IOptionHandler
[C#]
public sealed class LevelMapping : IOptionHandler

Thread Safety

This type is not safe for multithreaded operations.

Remarks

Manages an ordered mapping from Level instances to LevelMappingEntry subclasses.

Requirements

Namespace: log4net.Util

Assembly: log4net (in log4net.dll)

See Also

LevelMapping Members | log4net.Util Namespace