log4net SDK Reference

LoggingEvent.RenderedMessage Property

Gets the message, rendered through the RendererMap.

[Visual Basic]
Public ReadOnly Property RenderedMessage As String
[C#]
public string RenderedMessage {get;}

Property Value

The message rendered through the RendererMap.

Remarks

The collected information is cached for future use.

See Also

LoggingEvent Class | log4net.Core Namespace