public enum VerboseLevel extends java.lang.Enum<VerboseLevel>
LogOptionsDescriptions.VERBOSE_OPT
Enum Constant | Description |
---|---|
ALARM |
Log messages with priority not lower than alarm.
|
ALL |
Log all messages.
|
DEBUG |
Log messages with priority not lower than debug.
|
INTERACTION |
Log messages with priority not lower than interaction.
|
NONE |
Do not log any messages.
|
STANDARD |
Log messages with priority not lower than standard.
|
TRACE |
Log messages with priority not lower than trace.
|
Modifier and Type | Method | Description |
---|---|---|
static VerboseLevel |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static VerboseLevel[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VerboseLevel ALL
public static final VerboseLevel DEBUG
public static final VerboseLevel TRACE
public static final VerboseLevel INTERACTION
public static final VerboseLevel STANDARD
public static final VerboseLevel ALARM
public static final VerboseLevel NONE
public static VerboseLevel[] values()
for (VerboseLevel c : VerboseLevel.values()) System.out.println(c);
public static VerboseLevel valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullSend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.