public enum TargetType extends java.lang.Enum<TargetType>
all
", "debug
",
"trace
", "interaction
", "standard
", and "alarm
".Enum Constant | Description |
---|---|
FILELOGGER |
Plain log file output target type.
This target type is described with separate structure to handle log file name - GFileTargetDescriptor . |
MEMORY |
Memory mapped output log file target.
This type is not supported by Platform SDK for Java. |
MESSAGESERVER |
Message Server output target type.
|
STDERR |
Console "
stderr " output target type. |
STDOUT |
Console "
stdout " output target type. |
Modifier and Type | Method | Description |
---|---|---|
static TargetType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TargetType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TargetType STDOUT
stdout
" output target type.public static final TargetType STDERR
stderr
" output target type.public static final TargetType FILELOGGER
GFileTargetDescriptor
.public static final TargetType MESSAGESERVER
public static final TargetType MEMORY
public static TargetType[] values()
for (TargetType c : TargetType.values()) System.out.println(c);
public static TargetType 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.