Robert Fischer wrote:
Is there a way to get a handle on a "logger" for a Plugin implementation? The API doesn't seem to match up exactly to SLF4J: is there some other fanciness I should do, or should I just grab the SLF4J logger?


You can use pretty much any logging toolkit you like, they all get routed over slf4j. I would say the preferred options are to use slf4j, or org.gradle.api.logging.Logger (which is itself an slf4j Logger).

--
Adam Murdoch
Gradle Developer
http://www.gradle.org


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to