public static enum ExceptionService.LogProperty extends java.lang.Enum<ExceptionService.LogProperty>
Modifier and Type | Method and Description |
---|---|
ExceptionService.LogPropertyType |
getType() |
static ExceptionService.LogProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionService.LogProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExceptionService.LogProperty ERROR
public static final ExceptionService.LogProperty REPORT_ID
public static final ExceptionService.LogProperty REPORT_NAME
public static final ExceptionService.LogProperty REPORT_KEY
public static final ExceptionService.LogProperty REPORT_TYPE
public static final ExceptionService.LogProperty REPORT_OUTPUT_FORMAT
public static final ExceptionService.LogProperty REPORT_UUID
public static final ExceptionService.LogProperty BASE_REPORT_ID
public static final ExceptionService.LogProperty BASE_REPORT_NAME
public static final ExceptionService.LogProperty BASE_REPORT_KEY
public static final ExceptionService.LogProperty BASE_REPORT_TYPE
public static final ExceptionService.LogProperty EXECUTING_USER_ID
public static final ExceptionService.LogProperty EXECUTING_USER_USERNAME
public static final ExceptionService.LogProperty EXECUTING_USER_FIRSTNAME
public static final ExceptionService.LogProperty EXECUTING_USER_LASTNAME
public static final ExceptionService.LogProperty JAVA_VERSION
public static final ExceptionService.LogProperty JAVA_HOME
public static final ExceptionService.LogProperty JAVA_VM_ARGUMENTS
public static final ExceptionService.LogProperty APPLICATION_SERVER
public static final ExceptionService.LogProperty CATALINA_HOME
public static final ExceptionService.LogProperty CATALINA_BASE
public static final ExceptionService.LogProperty LOG_FILES_DIRECTORY
public static final ExceptionService.LogProperty REST_URL
public static final ExceptionService.LogProperty REQUEST_URL
public static final ExceptionService.LogProperty REQUEST_SCHEME
public static final ExceptionService.LogProperty REQUEST_SERVER_NAME
public static final ExceptionService.LogProperty REQUEST_SERVER_PORT
public static final ExceptionService.LogProperty REQUEST_CONTEXT_PATH
public static final ExceptionService.LogProperty REQUEST_PROTOCOL
public static final ExceptionService.LogProperty CONFIG_DIRECTORY
public static final ExceptionService.LogProperty JVM_SERVER_TIME
public static final ExceptionService.LogProperty OS_VERSION
public static final ExceptionService.LogProperty REPORTSERVER_VERSION
public static final ExceptionService.LogProperty LOCALE
public static final ExceptionService.LogProperty JVM_LOCALE
public static final ExceptionService.LogProperty JVM_USER_LANGUAGE
public static final ExceptionService.LogProperty JVM_USER_COUNTRY
public static final ExceptionService.LogProperty JVM_USER_TIMEZONE
public static final ExceptionService.LogProperty JVM_FILE_ENCODING
public static final ExceptionService.LogProperty KNOWN_HOSTS_FILE
public static final ExceptionService.LogProperty SUPPORTED_SSL_PROTOCOLS
public static final ExceptionService.LogProperty DEFAULT_SSL_PROTOCOLS
public static final ExceptionService.LogProperty ENABLED_SSL_PROTOCOLS
public static final ExceptionService.LogProperty GROOVY_VERSION
public static final ExceptionService.LogProperty STATIC_PAMS
public static final ExceptionService.LogProperty MEMORY_USED
public static final ExceptionService.LogProperty MEMORY_FREE
public static final ExceptionService.LogProperty MEMORY_TOTAL
public static final ExceptionService.LogProperty MEMORY_MAX
public static final ExceptionService.LogProperty DATASOURCE_ID
public static final ExceptionService.LogProperty DATASOURCE_NAME
public static final ExceptionService.LogProperty DATASOURCE_PATH
public static final ExceptionService.LogProperty DATASOURCE_TYPE
public static final ExceptionService.LogProperty DATASOURCE_DATABASE_QUERY
public static final ExceptionService.LogProperty DATASOURCE_DATABASE_INFORMATION
public static final ExceptionService.LogProperty DATASOURCE_DATABASE_JDBC_PROPERTIES
public static ExceptionService.LogProperty[] values()
for (ExceptionService.LogProperty c : ExceptionService.LogProperty.values()) System.out.println(c);
public static ExceptionService.LogProperty 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 nullpublic ExceptionService.LogPropertyType getType()