Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

RendererMap.Get�Method�(Type)

Gets the renderer for the specified type

[Visual�Basic]
Overloads�Public�Function�Get( _
���ByVal type�As�Type�_
)�As�IObjectRenderer
[C#]
public�IObjectRenderer�Get(
���Typetype
);

Parameters

type
the type to lookup the renderer for

Return Value

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

RendererMap Class | log4net.ObjectRenderer Namespace | RendererMap.Get Overload List