| Modifier and Type | Method and Description |
|---|---|
static LogOutputFlags |
LogOutputFlags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogOutputFlags[] |
LogOutputFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.EnumSet<LogOutputFlags> |
LogParams.getLogOutputFlags()
Gets LogOutputFlags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogParams.setLogOutputFlags(java.util.EnumSet<LogOutputFlags> logOutputFlags)
Sets LogOutputFlags. Allows to specify where to put DLE's log.
|