log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
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