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
Return Value
Type: String
Stringthe object rendered as a string
Remarks
            This is a convenience method used to render an object to a string.
            The alternative method [M:FindAndRender(object,TextWriter)]
            should be used when streaming output to a  TextWriter.
TextWriter.
            
See Also