Class GradleLogging


  • public class GradleLogging
    extends java.lang.Object
    SLF4J Markers for special Gradle log levels. These markers are to be used with the info logging methods.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Marker LIFECYCLE
      The Gradle LIFECYCLE marker.
      static org.slf4j.Marker QUIET
      The Gradle QUIET marker.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LIFECYCLE

        public static final org.slf4j.Marker LIFECYCLE
        The Gradle LIFECYCLE marker.
      • QUIET

        public static final org.slf4j.Marker QUIET
        The Gradle QUIET marker.