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

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

public void AddConverter(
	ConverterInfo converterInfo
)

Parameters

converterInfo
Type: log4net.UtilConverterInfo
the converter info
Remarks

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

See Also

Reference