public static enum LoggingConfig.ConsoleConfig.Output extends Enum<LoggingConfig.ConsoleConfig.Output>
Modifier and Type | Method and Description |
---|---|
static LoggingConfig.ConsoleConfig.Output |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggingConfig.ConsoleConfig.Output[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoggingConfig.ConsoleConfig.Output STDOUT
public static final LoggingConfig.ConsoleConfig.Output STDERR
public static LoggingConfig.ConsoleConfig.Output[] values()
for (LoggingConfig.ConsoleConfig.Output c : LoggingConfig.ConsoleConfig.Output.values()) System.out.println(c);
public static LoggingConfig.ConsoleConfig.Output 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 nullCopyright © 2013-2018–2019 SeedStack. All rights reserved.