FreeAndNil commented on PR #222: URL: https://github.com/apache/logging-log4net/pull/222#issuecomment-2625912068
@tmct the _appenderArray had the advantage to copy the contents only once into an array. Now every method call (even those who only read) create a new Array. I'm currently considering switching to System.ComponentModel.Collections.Collection<IAppender> as base class. But that would probably be a breaking change. -- 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]
