Re: LogManager.getLogger("name") not finding custom loggers

2022-04-20 Thread Stephen Johns
Thank you! I believe you helped me with that in a different situation earlier this year. I promise I have learned it this time! On Wed, Apr 20, 2022 at 1:14 PM Piotr P. Karwasz wrote: > Hello Stephen, > > On Wed, 20 Apr 2022 at 20:03, Stephen Johns > wrote: > > > Configurator.initialize(confi

Re: LogManager.getLogger("name") not finding custom loggers

2022-04-20 Thread Piotr P. Karwasz
Hello Stephen, On Wed, 20 Apr 2022 at 20:03, Stephen Johns wrote: > Configurator.initialize(configurationBuilder.build()); > This only works if the `LoggerContext` has not been initialized yet. Since every call to a `LogManager` method initializes a `LoggerContext`, it is almost certainly too l