public enum YamlLogging extends Enum<YamlLogging>
| Modifier and Type | Class and Description |
|---|---|
static class |
YamlLogging.YamlLoggingLevel |
| Modifier and Type | Field and Description |
|---|---|
static boolean |
clientReads |
static boolean |
clientWrites |
static boolean |
showHeartBeats |
static boolean |
showServerReads |
static boolean |
showServerWrites |
static String |
title |
static String |
writeMessage |
| Modifier and Type | Method and Description |
|---|---|
static void |
setAll(boolean flag) |
static void |
setAll(YamlLogging.YamlLoggingLevel level) |
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
@NotNull public static volatile String title
@NotNull public static volatile String writeMessage
public static volatile boolean clientReads
public static volatile boolean showServerReads
public static volatile boolean showHeartBeats
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)
public static void setAll(YamlLogging.YamlLoggingLevel level)
Copyright © 2015. All rights reserved.