Gets the renderer for the specified object type
            
Namespace: log4net.ObjectRendererAssembly: log4net (in log4net.dll) Version: 1.2.14.0 (1.2.14.0)
public IObjectRenderer Get(
	Object obj
)
public IObjectRenderer Get(
	Object obj
)
Public Function Get ( 
	obj As Object
) As IObjectRenderer
Public Function Get ( 
	obj As Object
) As IObjectRenderer
public:
IObjectRenderer^ Get(
	Object^ obj
)
public:
IObjectRenderer^ Get(
	Object^ obj
)
Parameters
- obj
- Type:  System Object System Object
 the object to lookup the renderer for
Return Value
Type: 
IObjectRendererthe renderer for 
obj
            Gets the renderer for the specified object type.
            
            Syntactic sugar method that calls 
[M:Get(Type)] 
            with the type of the object parameter.