Robert, On Sat, Jan 27, 2024 at 12:14 PM Robert Scholte <rfscho...@apache.org> wrote: > > Hi, > > > > With both the answers from Alan and Rémi it is clear to me that the > implementation of loading configuration in the simplelogger doesn’t fit my > requirements. > > It is called “simple” for a reason. > > I prefer to depend on existing SLF4JProviders, but based on possible extra > requirements it might be worth writing my own provider.
Just to say that Jetty has written one, and it's a proper JPMS module: https://central.sonatype.com/artifact/org.eclipse.jetty/jetty-slf4j-impl Not sure if it meets 100% your requirements, but we do support system property log category configuration, etc. Let us know if we can improve it :) -- Simone Bordet --- Finally, no matter how good the architecture and design are, to deliver bug-free software with optimal performance and reliability, the implementation technique must be flawless. Victoria Livschitz