Java logging: What is the logging framework in place for the Java build? [closed]
I'm trying to add some logging to the build process. I want to debug the issue that I'm currently encountering. Is there a logger that integrates with gradle?
Please forgive my gradle ignorance.