PatternString AddConverter Method (ConverterInfo)Apache log4net™ SDK Documentation
Add a converter to this PatternString

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

public void AddConverter(
	ConverterInfo converterInfo
)
Remarks

This version of the method is used by the configurator. Programmatic users should use the alternative [M:AddConverter(string,Type)] method.

See Also