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

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

LevelMap LevelMap { get; }

Property Value

Type: 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

Reference