public enum LogTag extends Enum<LogTag>
| Enum Constant and Description |
|---|
GROUP |
LOCATION |
OPERATION |
TARGET |
WEBPDF_TASK |
| Modifier and Type | Method and Description |
|---|---|
String |
getTag()
Returns the printable name of the source tag of a logged message.
|
static LogTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogTag LOCATION
public static final LogTag TARGET
public static final LogTag GROUP
public static final LogTag OPERATION
public static final LogTag WEBPDF_TASK
public static LogTag[] values()
for (LogTag c : LogTag.values()) System.out.println(c);
public static LogTag 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 nullpublic String getTag()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.