Searched refs:log (Results 76 - 100 of 563) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXMSelection.java58 private static PlatformLogger log = PlatformLogger.getLogger("sun.awt.X11.XMSelection"); field in class:XMSelection
131 if (log.isLoggable(PlatformLogger.FINE)) log.fine("New Selection Owner for screen " + screen + " = " + owner );
151 if (log.isLoggable(PlatformLogger.FINE)) log.fine("Grabbing XServer");
156 if (log.isLoggable(PlatformLogger.FINE)) log.fine("Screen = " + screen + " selection name = " + selection_name);
163 if (log.isLoggable(PlatformLogger.FINE)) log.fine("Selection Owner for screen " + screen + " = " + owner );
178 if (log
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/
H A DX509SKIResolver.java47 static java.util.logging.Logger log = field in class:X509SKIResolver
86 if (log.isLoggable(java.util.logging.Level.FINE)) {
87 log.log(java.util.logging.Level.FINE, "Can I resolve " + element.getTagName() + "?");
91 log.log(java.util.logging.Level.FINE, "I can't");
103 log.log(java.util.logging.Level.FINE, "I can't");
113 log.log(jav
[all...]
H A DRetrievalMethodResolver.java73 static java.util.logging.Logger log = field in class:RetrievalMethodResolver
109 log.log(java.util.logging.Level.FINE, "XMLSecurityException", ex);
111 log.log(java.util.logging.Level.FINE, "CertificateException", ex);
113 log.log(java.util.logging.Level.FINE, "IOException", ex);
115 log.log(java.util.logging.Level.FINE, "ParserConfigurationException", e);
117 log
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DTempFiles.java70 LOGGER.log(Level.FINEST, "Detected java version = {0}", javaVersion);
80 LOGGER.log(Level.SEVERE, "Exception cought", e);
81 LOGGER.log(Level.WARNING, "Class {0} not found. Temp files will be created using old java.io API.", className);
93 LOGGER.log(Level.SEVERE, "Exception cought", e);
94 LOGGER.log(Level.WARNING, "Method {0} not found. Temp files will be created using old java.io API.", methodName);
112 LOGGER.log(Level.FINEST, "Jdk6 detected, temp file (prefix:{0}, suffix:{1}) being created using old java.io API.", new Object[]{prefix, suffix});
120 LOGGER.log(Level.FINEST, "Temp file (path: {0}, prefix:{1}, suffix:{2}) being created using NIO API.", new Object[]{dir.getAbsolutePath(), prefix, suffix});
123 LOGGER.log(Level.FINEST, "Temp file (prefix:{0}, suffix:{1}) being created using NIO API.", new Object[]{prefix, suffix});
128 LOGGER.log(Level.SEVERE, "Exception caught", e);
129 LOGGER.log(Leve
[all...]
/openjdk7/jdk/test/java/io/RandomAccessFile/
H A DOpenSync.java33 static PrintStream log = System.err; field in class:OpenSync
46 log.println("Mode \"" + mode +"\": Thrown as expected: "
48 log.println(" " + x.getMessage());
/openjdk7/jdk/test/java/io/charStreams/
H A DLineLengths.java38 PrintWriter log
54 Thread t1 = new Thread(new LineLengthsSource(uo, w, log));
55 Thread t2 = new Thread(new LineSink(ui, r, log));
H A DRandomLines.java39 PrintWriter log
55 Thread t1 = new Thread(new RandomLineSource(uo, w, count, log));
56 Thread t2 = new Thread(new LineSink(ui, r, count, log));
H A DStringConvert.java45 PrintStream log = System.err;
55 log.println("-- String(byte[], String), getBytes(String)");
66 log.println("Mismatch: " + j + " "
74 log.println("[" + i + "] " + s.length());
81 log.println("-- String(byte[]), getBytes()");
86 log.println("[" + i + "] \"" + s + "\"");
97 log.println("-- String(byte[], int, int), getBytes()");
102 log.println("[" + i + "] \"" + s + "\"");
115 log.println("-- String(byte[], int, int, String), getBytes(String)");
120 log
[all...]
H A DWriteLengths.java35 static PrintStream log = System.err; field in class:WriteLengths
48 log.println("FAIL: Wrote " + len + ", got " + ba.length
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DJavacMessager.java38 * An implementation of the Messager built on top of log.
46 Log log; field in class:JavacMessager
52 log = Log.instance(context);
102 oldSource = log.useSource(newSource);
110 boolean prev = log.multipleErrors;
111 log.multipleErrors = true;
113 log.error(pos, "proc.messager", msg.toString());
115 log.multipleErrors = prev;
121 log.warning(pos, "proc.messager", msg.toString());
126 log
[all...]
/openjdk7/jdk/src/share/classes/sun/util/logging/
H A DLoggingProxy.java44 public void log(Object logger, Object level, String msg); method in interface:LoggingProxy
46 public void log(Object logger, Object level, String msg, Throwable t); method in interface:LoggingProxy
48 public void log(Object logger, Object level, String msg, Object... params); method in interface:LoggingProxy
/openjdk7/langtools/test/tools/javac/processing/model/type/
H A DTestUnionType.java130 if (!p.log.equals(tk.gold)) {
141 List<String> log; field in class:TestUnionType
147 log = new ArrayList<String>();
170 log("VariableTree: " + tree);
171 log("VariableTree: elem " + print(e));
172 log("VariableTree: elem.type " + print(e.asType()));
173 log("VariableTree: elem.type.elem " + print(types.asElement(e.asType())));
175 log("VariableTree: type " + print(tm));
176 log("VariableTree: type.elem " + print(types.asElement(tm)));
178 log("VariableTre
191 void log(String msg) { method in class:TestUnionType.Scanner
[all...]
/openjdk7/langtools/test/tools/javap/
H A DT6715251.java55 + log);
63 log = sw.toString();
72 String log; field in class:T6715251
/openjdk7/hotspot/test/runtime/6888954/
H A Dvmerrors.sh11 # from stdout/stderr is written to <n>.out and the hs_err_pidXXX.log file is
12 # renamed to <n>.log.
55 mv hs_err_pid*.log ${i2}.log || exit $rc
57 for f in ${i2}.log ${i2}.out
/openjdk7/jdk/test/java/lang/instrument/
H A DRedefineMethodAddInvoke.sh68 -classpath "${TESTCLASSES}" RedefineMethodAddInvokeApp > output.log 2>&1
69 cat output.log
72 grep "$MESG" output.log
/openjdk7/langtools/make/tools/CompileProperties/
H A DCompilePropertiesTask.java50 CompileProperties.Log log = new CompileProperties.Log() {
52 log(msg, Project.MSG_ERR);
55 log(msg, Project.MSG_INFO);
58 log(msg, Project.MSG_VERBOSE);
85 log("Generating " + count + " resource files to " + destDir, Project.MSG_INFO);
87 cp.setLog(log);
H A DCompileProperties.java75 private Log log; field in class:CompileProperties
77 public void setLog(Log log) { argument
78 this.log = log;
82 if (log == null) {
83 log = new Log() {
108 usage(log);
114 log.error("options parsed but no files to compile", null);
119 usage(log);
162 log
281 usage(Log log) argument
[all...]
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiSslNoKeyStoreTest.java76 static TestLogger log = field in class:RmiSslNoKeyStoreTest
159 if (log.isDebugOn())
160 log.debug("checkKeystore","Checking Keystore configuration");
179 if (log.isDebugOn())
180 log.debug("checkSSL", "No password.");
203 if (log.isDebugOn())
204 log.debug("checkSSL","SSL configuration successfully checked");
227 log.debug("checkSslConfiguration",PropertyNames.USE_SSL+"="+useSsl);
238 log.debug("checkSslConfiguration","Test configuration OK: " + x);
272 log
[all...]
H A DRmiBootstrapTest.java73 static TestLogger log = field in class:RmiBootstrapTest
197 log.trace("listMBeans","Got MBean: "+name);
208 if (log.isDebugOn())
209 log.debug("listMBeans","\t\t" +
213 log.trace("listMBeans","JmxClient failed to get " +
224 log.trace("listMBeans",
332 log.trace("testCommunication","using credentials: " + crinfo);
342 log.trace("testCommunication",err);
343 log.debug("testCommunication",x);
356 log
[all...]
/openjdk7/hotspot/test/compiler/6855215/
H A DTest6855215.java38 return Math.log(x) / Math.log(10);
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/
H A DEngineEnforceUseClientMode.java150 log("================");
155 log("wrap1: " + result1);
156 log("oneToTwo = " + oneToTwo);
157 log("");
159 log("wrap2: " + result2);
160 log("twoToOne = " + twoToOne);
168 log("----");
173 log("unwrap1: " + result1);
174 log("twoToOne = " + twoToOne);
175 log("");
313 private static void log(String str) { method in class:EngineEnforceUseClientMode
[all...]
H A DRehandshakeFinished.java238 log("\n\n==============================================");
239 log("Staring actual test.");
245 log("Client's ClientHello");
255 log("Server's ServerHello/ServerHelloDone");
265 log("Server's CCS");
275 log("Server's FINISHED");
285 log("Client's CCS");
295 log("Client's FINISHED should trigger FINISHED messages all around.");
345 log("================");
348 log("clien
498 private static void log(String str, SSLEngineResult result) { method in class:RehandshakeFinished
518 private static void log(String str) { method in class:RehandshakeFinished
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DMandatoryWarningHandler.java100 * @param log The log on which to generate any diagnostics
111 public MandatoryWarningHandler(Log log, boolean verbose, argument
114 this.log = log;
125 JavaFileObject currentSource = log.currentSourceFile();
131 if (log.nwarnings < log.MaxWarnings) {
191 * The log to which to report warnings.
193 private Log log; field in class:MandatoryWarningHandler
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DAttachmentPartImpl.java61 protected static final Logger log = field in class:AttachmentPartImpl
108 log.log(
156 log.log(
167 log.log(
197 log.severe("SAAJ0572.soap.no.content.for.attachment");
201 log.log(Leve
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DApacheTransform.java61 private static Logger log = Logger.getLogger("org.jcp.xml.dsig.internal.dom"); field in class:ApacheTransform
124 if (log.isLoggable(Level.FINE)) {
125 log.log(Level.FINE, "Created transform for algorithm: "
145 if (log.isLoggable(Level.FINE)) {
146 log.log(Level.FINE, "ApacheData = true");
150 if (log.isLoggable(Level.FINE)) {
151 log.log(Leve
[all...]

Completed in 136 milliseconds

1234567891011>>