public static enum SntpLog.Severity extends Enum<SntpLog.Severity>
EVENT_*_SNTP event ID it logs under; the ordinal reflects the level (INFO < WARNING < ERROR).| Enum Constant and Description |
|---|
ERRORError ( EVENT_E_SNTP). |
INFOInformational ( EVENT_I_SNTP). |
WARNINGWarning ( EVENT_W_SNTP). |
| Modifier and Type | Field and Description |
|---|---|
int | eventIDThe NetPhantom event ID this severity logs under. |
| Modifier and Type | Method and Description |
|---|---|
static SntpLog.Severity | valueOf(String name)Returns the enum constant of this type with the specified name. |
static SntpLog.Severity[] | values()Returns an array containing the constants of this enum type, in the order they are declared. |
public static final SntpLog.Severity INFO
EVENT_I_SNTP).public static final SntpLog.Severity WARNING
EVENT_W_SNTP).public static final SntpLog.Severity ERROR
EVENT_E_SNTP).public static SntpLog.Severity[] values()
for (SntpLog.Severity c : SntpLog.Severity.values()) System.out.println(c);
public static SntpLog.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 nullPhantom® and NetPhantom® are registered trademarks of Mindus SARL.
© 2026 Mindus SARL. All rights reserved.