Render obj using the appropriate renderer.
            
Namespace: log4net.ObjectRendererAssembly: log4net (in log4net.dll) Version: 1.2.14.0 (1.2.14.0)
Syntax
Parameters
- obj
- Type:  System Object System Object
 the object to render to a string
- writer
- Type:  System.IO TextWriter System.IO TextWriter
 The writer to render to
Remarks
            Find the appropriate renderer for the type of the
            obj parameter. This is accomplished by calling the
            [M:Get(Type)] method. Once a renderer is found, it is
            applied on the object obj and the result is returned
            as a  String.
String.
            
See Also