Searched defs:oldcfile (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/
H A DLogManagerUtil.java112 static String oldcfile = null; field in class:LogManagerUtil
125 oldcfile = SystemProperties.get("java.util.logging.config.file");
151 if (oldcfile != null) {
152 System.setProperty("java.util.logging.config.file",oldcfile);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/
H A DLogManagerUtil.java112 static String oldcfile = null; field in class:LogManagerUtil
125 oldcfile = SystemProperties.get("java.util.logging.config.file");
151 if (oldcfile != null) {
152 System.setProperty("java.util.logging.config.file",oldcfile);

Completed in 21 milliseconds