Gets the renderer for the specified type
Namespace: log4net.ObjectRenderer
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
Parameters
- type
- Type: SystemType
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