@Deprecated public static enum LoggerImpl.ELoggingProperty extends java.lang.Enum<LoggerImpl.ELoggingProperty>
Enum Constant and Description |
---|
FILE_STORAGE
Deprecated.
|
MCS_LOGGING
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LoggerImpl.ELoggingProperty |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static LoggerImpl.ELoggingProperty[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final LoggerImpl.ELoggingProperty MCS_LOGGING
@Deprecated public static final LoggerImpl.ELoggingProperty FILE_STORAGE
#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 LoggerImpl.ELoggingProperty[] values()
for (LoggerImpl.ELoggingProperty c : LoggerImpl.ELoggingProperty.values()) System.out.println(c);
public static LoggerImpl.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 null14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft