FreeAndNil commented on PR #222:
URL: https://github.com/apache/logging-log4net/pull/222#issuecomment-2624294257

   @tmct thanks for your pull request.
   
   I would prefer the pattern already used in AppendLoopOnAppenders():
   
   ```csharp
   _appenderArray ??= _appenderList.ToArray();
   foreach (IAppender appender in _appenderArray)
   ```
   
   Can you adjust the code?


-- 
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]

Reply via email to