Make layer names case sensitive in config.
Created by: jmitrevs
This implements option 1 of #573 (closed): all keys in the HLSConfig are made case sensitive. I think it is logically simpler to make the config case sensitive or insensitive everywhere, not just in some places, and the first option is easier. This PR fixes being able to turn on tracing if layer names have capitalizations, where part assumed case sensitive, and another part assumed case insensitive.