public static enum LogProvider.ELoggingProperty extends java.lang.Enum<LogProvider.ELoggingProperty>
Enum Constant and Description |
---|
FILE_STORAGE
Reflects if the logging information is stored in a
separate file.
|
MCS_LOGGING |
Modifier and Type | Method and Description |
---|---|
static LogProvider.ELoggingProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogProvider.ELoggingProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogProvider.ELoggingProperty MCS_LOGGING
public static final LogProvider.ELoggingProperty FILE_STORAGE
LogProvider.setLogFilename(String)
.
As a suffix of the filename a number from 1 to 10 represents older
log filenames.
The size of a file is 1000000 bytes.public static LogProvider.ELoggingProperty[] values()
for (LogProvider.ELoggingProperty c : LogProvider.ELoggingProperty.values()) System.out.println(c);
public static LogProvider.ELoggingProperty 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 null17-November-2016 09:39 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft