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

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

public void Add(
	LevelMappingEntry entry
)
Remarks

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

See Also