Searched refs:DEBUG_LEVEL (Results 1 - 2 of 2) sorted by relevance
/glassfish-3.1.2/extras/upgrade/upgrade-jar/src/main/java/com/sun/enterprise/tools/upgrade/common/ |
H A D | Branding.java | 64 private static final Level DEBUG_LEVEL = Level.FINE; field in class:Branding 73 if (logger.isLoggable(DEBUG_LEVEL) && sm != null) { 74 logger.log(DEBUG_LEVEL, "Test message. Here's GUI title:" + 87 if (logger.isLoggable(DEBUG_LEVEL)) { 91 if (logger.isLoggable(DEBUG_LEVEL)) { 95 if (logger.isLoggable(DEBUG_LEVEL)) { 96 logger.log(DEBUG_LEVEL, 102 if (logger.isLoggable(DEBUG_LEVEL)) {
|
/glassfish-3.1.2/deployment/common/src/main/java/com/sun/enterprise/deploy/shared/ |
H A D | FileArchive.java | 103 private final static Level DEBUG_LEVEL = Level.FINE; field in class:FileArchive 303 logger.log(DEBUG_LEVEL, "FileArchive.getSubArchive for {0} found that it is valid", 311 logger.log(DEBUG_LEVEL, "FileArchive.getSubArchive for {0} found that it is not a valid entry; it is stale", 328 logger.log(DEBUG_LEVEL, "FileArchive.createSubArchive created dirs for {0}", 331 logger.log(DEBUG_LEVEL, "FileArchive.createSubArchive found existing dir for {0}", 770 logger.log(DEBUG_LEVEL, "FileArchive.StaleFileManager recording left-over file {0}", relativeURI); 931 final boolean isShowEntriesToBeSkipped = logger.isLoggable(DEBUG_LEVEL); 941 logger.log(DEBUG_LEVEL, "FileArchive.StaleFileManager will skip following file(s): {0}{1}", 1021 logger.log(DEBUG_LEVEL, "FileArchive.StaleFileManager.isStaleEntryInDir found remaining stale entry {0} in {1}", 1031 logger.log(DEBUG_LEVEL, "FileArchiv [all...] |
Completed in 1343 milliseconds