Gets the renderer for the specified type
Namespace: log4net.ObjectRendererAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- type
- Type: System Type
the type to lookup the renderer for
Return Value
Type: IObjectRendererthe 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