Fixed a race condition in the test which was responsible of the intermittent failure. Reviewed-by: mchung
NamedLoggers is now a ConcurrentHashMap. findLogger is updated to take benefit of the change. Co-authored-by: Peter Levart <peter.levart@gmail.com> Reviewed-by: dholmes, lancea, martin, mchung, plevart