Render obj using the appropriate renderer.
Namespace: log4net.ObjectRendererAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- obj
- Type: System Object
the object to render to a string
Return Value
Type: 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.
See Also