Searched defs:debugPrefix (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.java34 private String debugPrefix = ""; field in class:DebugConfigurationFromProperties
59 debugPrefix = rotationConfig.getProperty(DebugConstants.CONFIG_DEBUG_LOGFILE_PREFIX);
105 return debugPrefix;
197 "debugPrefix='" + debugPrefix + '\'' +
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDebugConfigurationFromProperties.java36 private String debugPrefix = ""; field in class:DebugConfigurationFromProperties
61 debugPrefix = rotationConfig.getProperty(DebugConstants.CONFIG_DEBUG_LOGFILE_PREFIX);
107 return debugPrefix;
199 "debugPrefix='" + debugPrefix + '\'' +

Completed in 50 milliseconds