Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

RendererMap.Get�Method�(Object)

Gets the renderer for the specified object type

[Visual�Basic]
Overloads�Public�Function�Get( _
���ByVal obj�As�Object�_
)�As�IObjectRenderer
[C#]
public�IObjectRenderer�Get(
���objectobj
);

Parameters

obj
the object to lookup the renderer for

Return Value

the renderer for obj

Remarks

Gets the renderer for the specified object type. Syntactic sugar method that calls Get with the type of the object parameter.

See Also

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