Renders the LoggingEvent to a string.
Helper method to render a LoggingEvent to a string. This appender must have a Layout set to render the loggingEvent to a string.
If there is exception data in the logging event and the layout does not process the exception, this method will append the exception text to the rendered string.
Use this method in preference to RenderLoggingEvent where possible. If, however, the caller needs to render the event to a string then RenderLoggingEvent does provide an efficient mechanism for doing so.
AppenderSkeleton Class | log4net.Appender Namespace | AppenderSkeleton.RenderLoggingEvent Overload List