public static enum CompilerLogging.LoggingType extends Enum<CompilerLogging.LoggingType>
| Enum Constant and Description |
|---|
ALL |
CALL |
INCLUDE |
MEMORY |
NONE |
TASK |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
abstract Logger |
logger() |
static CompilerLogging.LoggingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompilerLogging.LoggingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompilerLogging.LoggingType TASK
public static final CompilerLogging.LoggingType INCLUDE
public static final CompilerLogging.LoggingType CALL
public static final CompilerLogging.LoggingType MEMORY
public static final CompilerLogging.LoggingType ALL
public static final CompilerLogging.LoggingType NONE
public static CompilerLogging.LoggingType[] values()
for (CompilerLogging.LoggingType c : CompilerLogging.LoggingType.values()) System.out.println(c);
public static CompilerLogging.LoggingType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic abstract Logger logger()
public void activate()
Copyright © 2014 Quattor. All Rights Reserved.