log4net SDK Reference

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(
   Type type
);

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