Having just upgraded to 0.5, I have some questions about the new logging mechanism.
1 - I'm using SLF4J for my logging - is there any way for me to tell Gradle that I only want WARN or higher messages to be output when using the default LIFECYCLE logging? I have some INFO messages that I would like to keep as INFOs, but I don't want to see them in the Gradle output. I'm using the SLF4J simple logger; would switching to their logback implementation make this any easier? 2 - From a build.gradle file, how would I directly print a log statement using Gradle's logging system? There must be an easy way for me to print, say, a LIFECYCLE message, right? -- View this message in context: http://www.nabble.com/Logging-Questions-tp21341688p21341688.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
