Class GradleLogger

java.lang.Object
com.graphql_java_generator.gradleplugin.GradleLogger
All Implemented Interfaces:
com.graphql_java_generator.plugin.Logger

public class GradleLogger
extends java.lang.Object
implements com.graphql_java_generator.plugin.Logger
  • Method Summary

    Modifier and Type Method Description
    void debug​(java.lang.String msg)  
    void debug​(java.lang.String msg, java.lang.Throwable t)  
    void error​(java.lang.String msg)  
    void error​(java.lang.String msg, java.lang.Throwable t)  
    void info​(java.lang.String msg)  
    void info​(java.lang.String msg, java.lang.Throwable t)  
    boolean isDebugEnabled()  
    boolean isErrorEnabled()  
    boolean isInfoEnabled()  
    boolean isWarnEnabled()  
    void warn​(java.lang.String msg)  
    void warn​(java.lang.String msg, java.lang.Throwable t)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • debug

      public void debug​(java.lang.String msg)
      Specified by:
      debug in interface com.graphql_java_generator.plugin.Logger
    • debug

      public void debug​(java.lang.String msg, java.lang.Throwable t)
      Specified by:
      debug in interface com.graphql_java_generator.plugin.Logger
    • error

      public void error​(java.lang.String msg)
      Specified by:
      error in interface com.graphql_java_generator.plugin.Logger
    • error

      public void error​(java.lang.String msg, java.lang.Throwable t)
      Specified by:
      error in interface com.graphql_java_generator.plugin.Logger
    • info

      public void info​(java.lang.String msg)
      Specified by:
      info in interface com.graphql_java_generator.plugin.Logger
    • info

      public void info​(java.lang.String msg, java.lang.Throwable t)
      Specified by:
      info in interface com.graphql_java_generator.plugin.Logger
    • isDebugEnabled

      public boolean isDebugEnabled()
      Specified by:
      isDebugEnabled in interface com.graphql_java_generator.plugin.Logger
    • isErrorEnabled

      public boolean isErrorEnabled()
      Specified by:
      isErrorEnabled in interface com.graphql_java_generator.plugin.Logger
    • isInfoEnabled

      public boolean isInfoEnabled()
      Specified by:
      isInfoEnabled in interface com.graphql_java_generator.plugin.Logger
    • isWarnEnabled

      public boolean isWarnEnabled()
      Specified by:
      isWarnEnabled in interface com.graphql_java_generator.plugin.Logger
    • warn

      public void warn​(java.lang.String msg)
      Specified by:
      warn in interface com.graphql_java_generator.plugin.Logger
    • warn

      public void warn​(java.lang.String msg, java.lang.Throwable t)
      Specified by:
      warn in interface com.graphql_java_generator.plugin.Logger