log4net SDK Reference

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(
   object obj
);

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