public static enum EventLogManager.Level extends Enum<EventLogManager.Level>
| Modifier and Type | Method and Description |
|---|---|
static EventLogManager.Level | valueOf(String name)Returns the enum constant of this type with the specified name. |
static EventLogManager.Level[] | values()Returns an array containing the constants of this enum type, in the order they are declared. |
public static final EventLogManager.Level INFO
public static final EventLogManager.Level WARNING
public static final EventLogManager.Level ERROR
public static EventLogManager.Level[] values()
for (EventLogManager.Level c : EventLogManager.Level.values()) System.out.println(c);
public static EventLogManager.Level 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.