public enum YamlLogging extends Enum<YamlLogging>
| Modifier and Type | Field and Description |
|---|---|
static boolean |
clientReads |
static boolean |
clientWrites |
static boolean |
showServerReads |
static boolean |
showServerWrites |
static String |
title |
static String |
writeMessage |
| Modifier and Type | Method and Description |
|---|---|
static void |
setAll(boolean flag) |
static YamlLogging |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YamlLogging[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static volatile boolean showServerWrites
public static volatile boolean clientWrites
public static volatile String title
public static volatile String writeMessage
public static volatile boolean clientReads
public static volatile boolean showServerReads
public static YamlLogging[] values()
for (YamlLogging c : YamlLogging.values()) System.out.println(c);
public static YamlLogging 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 static void setAll(boolean flag)
Copyright © 2015. All rights reserved.