FreeAndNil commented on code in PR #201:
URL: https://github.com/apache/logging-log4net/pull/201#discussion_r1867328985
##########
src/log4net/ObjectRenderer/RendererMap.cs:
##########
@@ -217,7 +211,7 @@ public IObjectRenderer Get(Type type)
/// <summary>
/// Gets the default renderer instance
/// </summary>
- public IObjectRenderer DefaultRenderer => _sDefaultRenderer;
+ public static IObjectRenderer DefaultRenderer { get; } = new
DefaultRenderer();
Review Comment:
reason for #211
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]