RendererMapGet Method (Type)Apache log4net™ SDK Documentation
Gets the renderer for the specified type

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

public IObjectRenderer Get(
	Type type
)

Parameters

type
Type: SystemType
the type to lookup the renderer for

Return Value

Type: IObjectRenderer
the renderer for the specified type
Remarks

Returns the renderer for the specified type. If no specific renderer has been defined the DefaultRenderer will be returned.

See Also

Reference