@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:03.090Z") @Stability(value=Experimental) public enum FieldLogLevel extends Enum<FieldLogLevel>
| Enum Constant and Description |
|---|
ALL
(experimental) All logging.
|
ERROR
(experimental) Error logging.
|
NONE
(experimental) No logging.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldLogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldLogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final FieldLogLevel NONE
@Stability(value=Experimental) public static final FieldLogLevel ERROR
@Stability(value=Experimental) public static final FieldLogLevel ALL
public static FieldLogLevel[] values()
for (FieldLogLevel c : FieldLogLevel.values()) System.out.println(c);
public static FieldLogLevel 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 © 2022. All rights reserved.