LevelMappingAdd Method Apache log4net™ SDK Documentation
Add a LevelMappingEntry to this mapping

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

public void Add(
	LevelMappingEntry entry
)

Parameters

entry
Type: log4net.UtilLevelMappingEntry
the entry to add
Remarks

If a LevelMappingEntry has previously been added for the same Level then that entry will be overwritten.

See Also

Reference