public static enum ManagementStudioLog.Severity extends Enum<ManagementStudioLog.Severity>
INFO - entry carries general information.WARNING - entry carries a warning.ERROR - entry carries information about an error.| Modifier and Type | Method and Description |
|---|---|
static ManagementStudioLog.Severity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagementStudioLog.Severity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagementStudioLog.Severity INFO
public static final ManagementStudioLog.Severity WARNING
public static final ManagementStudioLog.Severity ERROR
public static ManagementStudioLog.Severity[] values()
for (ManagementStudioLog.Severity c : ManagementStudioLog.Severity.values()) System.out.println(c);
public static ManagementStudioLog.Severity 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 © 2023 European Spallation Source. All rights reserved.