hi Clayton Thanks for your suggestion.
IIRC, System.Logger is primarily used within the JDK itself, and therefore lacks extensive APIs. Additionally, I am uncertain whether all SLF4J providers support System.Logger. If they do not, it will present a significant issue, given our long-standing use of SLF4J. Best, Chia-Ping Clayton Wohl <claytonw...@gmail.com> 於 2025年3月25日 週二 上午1:32寫道: > Why not use the System.Logger logging facade built-into JDK9+ instead > of the third party SLF4J alternative? System.Logger seems the simpler > option. I understand that when the Kafka project was supporting Java > 8, System.Logger was not an option, but now the Kafka project requires > JDK 11+. > > > https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/System.Logger.html >