LoggerRepositorySkeleton LevelMap Property Apache log4net™ SDK Documentation
Get the level map for the Repository.

Namespace: log4net.Repository
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public virtual LevelMap LevelMap { get; }

Property Value

Type: LevelMap

Implements

ILoggerRepository LevelMap
Remarks

Get the level map for the Repository.

The level map defines the mappings between level names and Level objects in this repository.

See Also