log4net SDK Reference

LevelMap.Add Method

Add a Level to the map

Overload List

Add a Level to the map

public void Add(Level);

Create a new Level and add it to the map

public void Add(string,int);

Create a new Level and add it to the map

public void Add(string,int,string);

See Also

LevelMap Class | log4net.Core Namespace