Details
Description
While configuring a logger with name ".", however wrong it may be, I stampled on uncaught exception.
"Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: startIndex"
The problem code is at the first executable code line of UpdateParents(Logger log) method
of log4net.Repository.Hierarchy.Hierarchy class.
I am sure there is an easy fix.