Searched refs:LoggingProxy (Results 1 – 4 of 4) sorted by relevance
48 private static final LoggingProxy proxy =49 AccessController.doPrivileged(new PrivilegedAction<LoggingProxy>() {50 public LoggingProxy run() {57 return (LoggingProxy) f.get(null);
34 public interface LoggingProxy { interface
28 import sun.util.logging.LoggingProxy;33 class LoggingProxyImpl implements LoggingProxy {34 static final LoggingProxy INSTANCE = new LoggingProxyImpl();
1751 ojluni/src/main/java/sun/util/logging/LoggingProxy.java \