Found the solution (I think) by grepping through the Gradle source code: org.gradle.api.logging.Logging and org.gradle.api.logging.Logger, and a line like this (in Java, anyway):

   private final Logger logger = Logging.getLogger(TaskTreeTab.class);

~~ Robert.

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?

~~ Robert.


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

   http://xircles.codehaus.org/manage_email


Reply via email to