Groovy Documentation

org.gradle.api.logging
[Java] Enum LogLevel

java.lang.Object
  java.lang.Enum
      org.gradle.api.logging.LogLevel
All Implemented Interfaces:
Serializable

public enum LogLevel
extends Enum

The log levels supported by Gradle.

Authors:
Hans Dockter


Method Summary
 
Methods inherited from class Enum
name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Gradle API 1.0-milestone-8