ConverterRegistry AddConverter Method (Type, Type)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,
	Type converterType
)

Parameters

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

Adds a converter OnlineType for a specific type.

See Also