Hi All, I you use nested classes to build loggers, you end up with logger names like A$N1, A$N2 and so on.
If you then set a logger level in a config using "A", it does not affect A$N1 and A$N2 as you might expect, since "$" is not a ".". What about treating "$" like a "."? Thoughts? Gary