FreeAndNil opened a new issue, #197:
URL: https://github.com/apache/logging-log4net/issues/197

   When creating many loggers in different threads an there is no parent logger 
(yet), you will get an IndexOutOfRangeException with 3.0 upwards.
   
   ```
   System.IndexOutOfRangeException: Index was outside the bounds of the array.
      at System.Collections.Generic.List`1.Add(T item)
      at log4net.Repository.Hierarchy.Hierarchy.UpdateParents(Logger log)
      at log4net.Repository.Hierarchy.Hierarchy.TryCreateLogger(LoggerKey key, 
ILoggerFactory factory)
      at log4net.Repository.Hierarchy.Hierarchy.GetLogger(String name, 
ILoggerFactory factory)
   ```


-- 
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: notifications-unsubscr...@logging.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to