Hi, Why does that matter?
Gary On Aug 12, 2017 12:34, "Dominik Psenner" <[email protected]> wrote: > Are the nested classes private or public? > > 2017-08-12 20:29 GMT+02:00 Gary Gregory <[email protected]>: > > > 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 > > > > > > -- > Dominik Psenner >
