Searched refs:debugSuffix (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDebugConfigurationFromProperties.java36 private String debugSuffix = ""; field in class:DebugConfigurationFromProperties
60 debugSuffix = rotationConfig.getProperty(DebugConstants.CONFIG_DEBUG_LOGFILE_SUFFIX);
110 return debugSuffix;
198 ", debugSuffix='" + debugSuffix + '\'' +
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDebugConfigurationFromProperties.java38 private String debugSuffix = ""; field in class:DebugConfigurationFromProperties
62 debugSuffix = rotationConfig.getProperty(DebugConstants.CONFIG_DEBUG_LOGFILE_SUFFIX);
112 return debugSuffix;
200 ", debugSuffix='" + debugSuffix + '\'' +

Completed in 47 milliseconds