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