RendererMap Clear Method Apache log4net™ SDK Documentation
Clear the map of renderers

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

public void Clear()
Remarks

Clear the custom renderers defined by using Put(Type, IObjectRenderer). The DefaultRenderer cannot be removed.

See Also