Searched defs:lmgr (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/
H A DLogManagerUtil.java53 private static com.sun.identity.log.LogManager lmgr = null; field in class:LogManagerUtil
67 lmgr = new com.sun.identity.log.LogManager();
96 if (lmgr == null) {
97 lmgr = new com.sun.identity.log.LogManager();
99 return lmgr;
121 if (lmgr != null) {
146 if (lmgr != null) {
175 if (lmgr != null) {
182 Enumeration e = lmgr.getLoggerNames();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/
H A DLogManagerUtil.java53 private static com.sun.identity.log.LogManager lmgr = null; field in class:LogManagerUtil
67 lmgr = new com.sun.identity.log.LogManager();
96 if (lmgr == null) {
97 lmgr = new com.sun.identity.log.LogManager();
99 return lmgr;
121 if (lmgr != null) {
146 if (lmgr != null) {
175 if (lmgr != null) {
182 Enumeration e = lmgr.getLoggerNames();
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/log/
H A DAMLogTest.java99 private java.util.logging.LogManager lmgr = null; field in class:AMLogTest
125 lmgr = LogManagerUtil.getLogManager(); // NOTE5
152 lmgr.readConfiguration();
153 String tlogLoc = lmgr.getProperty(LogConstants.LOG_LOCATION);
/forgerock/openam/openam-test/src/test/java/com/sun/identity/log/
H A DAMLogTest.java99 private java.util.logging.LogManager lmgr = null; field in class:AMLogTest
125 lmgr = LogManagerUtil.getLogManager(); // NOTE5
152 lmgr.readConfiguration();
153 String tlogLoc = lmgr.getProperty(LogConstants.LOG_LOCATION);

Completed in 36 milliseconds