desruisseaux commented on issue #11684: URL: https://github.com/apache/maven/issues/11684#issuecomment-3816886541
Just for information, note that `java.util.logging` is pluggable as well, even if it is not well known. The fact that it is pluggable is what may "JUL to SLF4J" bridge possible. So we could evaluate if `System.Logger` API is sufficient, and if not `java.util.logging` may be a next level. On my side, I would be in favour of replacing our custom `Log` interface by `System.Logger` everywhere in Maven. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
