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

/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DUnicastServerRef.java78 public static final Log callLog = field in class:UnicastServerRef
451 if (callLog.isLoggable(Log.VERBOSE)) {
458 callLog.log(Log.VERBOSE, "[" + clientHost + ": " +
470 if (callLog.isLoggable(Log.BRIEF)) {
476 callLog.log(Log.BRIEF, clientHost + "exception: ", e);

Completed in 30 milliseconds