ConverterRegistry AddConverter Method (Type, Object)Apache log4net™ SDK Documentation
Adds a converter for a specific type.

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

public static void AddConverter(
	Type destinationType,
	Object converter
)

Parameters

destinationType
Type: OnlineSystem Type
The type being converted to.
converter
Type: OnlineSystem Object
The type converter to use to convert to the destination type.
Remarks

Adds a converter instance for a specific type.

See Also