Searched refs:log (Results 176 - 200 of 563) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmRTInputArgsTableMetaImpl.java142 final boolean dbg = log.isDebugOn();
143 if (dbg) log.debug("getNextOid", "previous=" + oid);
153 if (dbg) log.debug("getNextOid", "handler is null!");
160 if (dbg) log.debug("*** **** **** **** getNextOid", "next=" + next);
189 final boolean dbg = log.isDebugOn();
190 if (dbg) log.debug("getEntry", "oid [" + oid + "]");
192 if (dbg) log.debug("getEntry", "Invalid oid [" + oid + "]");
216 log.debug("getEntry", "Entry is already in the cache");
218 } else if (dbg) log.debug("getEntry", "Entry is not in the cache");
244 if (dbg) log
292 static final MibLogger log = field in class:JvmRTInputArgsTableMetaImpl
[all...]
H A DJvmRTLibraryPathTableMetaImpl.java145 final boolean dbg = log.isDebugOn();
146 if (dbg) log.debug("getNextOid", "previous=" + oid);
156 if (dbg) log.debug("getNextOid", "handler is null!");
163 if (dbg) log.debug("*** **** **** **** getNextOid", "next=" + next);
192 final boolean dbg = log.isDebugOn();
193 if (dbg) log.debug("getEntry", "oid [" + oid + "]");
195 if (dbg) log.debug("getEntry", "Invalid oid [" + oid + "]");
219 log.debug("getEntry", "Entry is already in the cache");
221 } else if (dbg) log.debug("getEntry", "Entry is not in the cache");
248 if (dbg) log
296 static final MibLogger log = field in class:JvmRTLibraryPathTableMetaImpl
[all...]
H A DJvmMemManagerTableMetaImpl.java94 log.debug("getKey", "key=" + name);
151 final boolean dbg = log.isDebugOn();
152 if (dbg) log.debug("getNextOid", "previous=" + oid);
162 if (dbg) log.debug("getNextOid", "handler is null!");
169 if (dbg) log.debug("getNextOid", "next=" + next);
296 static final MibLogger log = field in class:JvmMemManagerTableMetaImpl
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXScrollbarPeer.java34 private final static PlatformLogger log = PlatformLogger.getLogger("sun.awt.X11.XScrollbarPeer"); field in class:XScrollbarPeer
165 if (log.isLoggable(PlatformLogger.FINEST)) log.finer("KeyEvent on scrollbar: " + event);
169 log.finer("Scrolling up");
173 log.finer("Scrolling down");
177 log.finer("Scrolling up");
181 log.finer("Scrolling down");
185 log.finer("Scrolling page up");
189 log.finer("Scrolling page down");
193 log
[all...]
H A DXEmbeddedFrame.java35 private static final Logger log = Logger.getLogger(XEmbeddedFrame.class.getName()); field in class:XEmbeddedFrame
83 log.fine("The method shouldn't be called when XEmbed is active!");
109 log.fine("The method shouldn't be called when XEmbed is active!");
/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DRETest.java183 * @param log Output before failure
186 void fail(StringBuffer log, String s) argument
188 System.out.print(log.toString());
647 final private StringBuffer log = new StringBuffer(); field in class:RETestCase
697 test.fail(log, "Was expected to be an error, but wasn't.");
709 log.append(" Match: ERR\n");
716 test.fail(log, "Produces an unexpected exception \"" + message + "\"");
722 test.fail(log, "Compiler threw fatal error \"" + e.getMessage() + "\"");
731 log.append(" Match against: '" + toMatch + "'\n");
737 log
848 assertEquals(StringBuffer log, String message, String expected, String actual) argument
860 assertEquals(StringBuffer log, String message, int expected, int actual) argument
[all...]
/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DSRTest.java38 static PrintStream log = System.err; field in class:SRTest
50 log.println("Classic RW: OK");
54 log.println("Classic R, Nio W: OK");
58 log.println("Classic W, Nio R: OK");
62 log.println("Nio RW: OK");
167 log.println(received);
199 log.println("From: "+sa+ " said " +cb);
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMReference.java90 private static Logger log = Logger.getLogger("org.jcp.xml.dsig.internal.dom"); field in class:DOMReference
290 if (log.isLoggable(Level.FINE)) {
291 log.log(Level.FINE, "Marshalling Reference");
319 if (log.isLoggable(Level.FINE)) {
320 log.log(Level.FINE, "Adding digestValueElem");
346 if (log.isLoggable(Level.FINE)) {
347 log.log(Leve
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DJavacProcessingEnvironment.java140 /** The log to be used for error reporting.
142 Log log; field in class:JavacProcessingEnvironment
164 log = Log.instance(context);
204 Log log = Log.instance(context);
234 processorIterator = new NameProcessIterator(processorNames, processorClassLoader, log);
236 processorIterator = new ServiceIterator(processorClassLoader, log);
259 * @param key The resource key to use to log an error message
288 log.error(key, e.getLocalizedMessage());
291 log.error(key);
305 private Log log; field in class:JavacProcessingEnvironment.ServiceIterator
310 ServiceIterator(ClassLoader classLoader, Log log) argument
405 Log log; field in class:JavacProcessingEnvironment.NameProcessIterator
407 NameProcessIterator(String names, ClassLoader processorCL, Log log) argument
512 ProcessorState(Processor p, Log log, Source source, ProcessingEnvironment env) argument
547 checkSourceVersionCompatibility(Source source, Log log) argument
558 checkOptionName(String optionName, Log log) argument
820 final Log log; field in class:JavacProcessingEnvironment.Round
1454 importStringToPattern(String s, Processor p, Log log) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DParser.java136 log(ldebug, "lookahead = " + lookahead);
250 log(pdebug, "Parsed: scale -> " + scaleString);
263 log(pdebug, "Parsed: align -> " + alignString);
275 log(pdebug, "Parsed: header -> " + headerString);
287 log(pdebug, "Parsed: width -> " + width );
299 log(pdebug, "Parsed: format -> " + formatString);
322 log(pdebug, "Parsed: ID -> " + s);
328 log(pdebug, "Parsed: number -> " + literal);
333 log(pdebug, "Parsed: primary -> " + e);
356 log(pdebu
580 private void log(boolean logging, String s) { method in class:Parser
[all...]
/openjdk7/jdk/src/macosx/classes/apple/launcher/
H A DJavaAppLauncher.java72 log("Calling " + methodName + " method");
74 log(methodName + " has returned");
132 log("'Jar' key of sub-dictionary 'Java' of Info.plist key is empty");
141 log("Main class " + main + " found in jar manifest");
154 log("'MainClass' key of sub-dictionary 'Java' of Info.plist key is empty");
158 log("Main class " + (String)javaMain + " found via 'MainClass' key of sub-dictionary 'Java' of Info.plist key");
168 log("No arguments for main(String[]) specified");
175 log("Arguments to main(String[" + count + "]):");
185 log(" arg[" + i + "]=" + result[i]);
214 void log(fina method in class:JavaAppLauncher
[all...]
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DConnectionMultiplexer.java48 /** "multiplex" log level */
56 /* multiplex system log */
147 multiplexLog.log(Log.VERBOSE, "operation OPEN " + id);
171 multiplexLog.log(Log.VERBOSE, "operation CLOSE " + id);
193 multiplexLog.log(Log.VERBOSE,
222 multiplexLog.log(Log.VERBOSE,
238 multiplexLog.log(Log.VERBOSE,
299 multiplexLog.log(Log.BRIEF, "exception: ", e);
358 multiplexLog.log(Log.BRIEF, "exception: ", e);
385 multiplexLog.log(Lo
[all...]
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DAppleUserImpl.java81 logger.log(Level.FINEST,
88 logger.log(Level.FINEST,
273 logger.log(Level.INFO, "Application server must be " +
281 logger.log(Level.INFO, "Waiting for application server " +
290 logger.log(Level.INFO, "Test starting");
294 logger.log(Level.INFO, "Waiting " + durationString + " for " +
304 logger.log(Level.INFO, "TEST PASSED");
307 logger.log(Level.INFO, "TEST FAILED");
310 logger.log(Level.INFO, "Test finished");
312 logger.log(Leve
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DEnvelopeImpl.java112 log.severe("SAAJ0120.impl.header.already.exists");
115 log.severe("SAAJ0121.impl.invalid.first.child.of.envelope");
163 log.severe("SAAJ0122.impl.body.already.exists");
209 log.severe("SAAJ0123.impl.no.reserved.xmlns");
214 log.severe("SAAJ0124.impl.qualified.name.cannot.be.xmlns");
225 log.log(
282 log.log(
286 log
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAnnotate.java56 final Log log; field in class:Annotate
68 log = Log.instance(context);
146 log.error(a.annotationType.pos(),
161 log.error(t.pos(), "annotation.value.must.be.name.value");
166 log.error(t.pos(), "annotation.value.must.be.name.value");
179 log.error(left.pos(), "no.annotation.member", left.name, a.type);
199 log.error(tree.pos(), "cant.resolve", Kinds.kindName(e.sym), e.sym);
207 log.error(tree.pos(), "attribute.value.must.be.constant");
218 log.error(tree.pos(), "annotation.value.must.be.class.literal");
226 log
[all...]
/openjdk7/jdk/test/java/nio/channels/
H A DAsyncCloseAndInterrupt.java46 static PrintStream log = System.err; field in class:AsyncCloseAndInterrupt
126 log.println("WARNING: Cannot completely test FileChannels on Windows");
246 log.print("Channel " + (ch.isOpen() ? "open" : "closed"));
250 log.print(", input shutdown");
252 log.print(", output shutdown");
254 log.println();
262 log.println("Read returned " + n);
279 log.println("Read returned " + n);
320 log.println("Wrote " + n + " bytes");
344 log
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DImageDataContentHandler.java46 protected static final Logger log = field in class:ImageDataContentHandler
124 log.log(Level.SEVERE,
145 log.log(Level.SEVERE, "SAAJ0526.soap.unsupported.mime.type",
150 log.severe("SAAJ0525.soap.cannot.encode.img");
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/
H A DDelegatedTaskWrongException.java178 log("AppOut1 = " + appOut1);
179 log("AppOut2 = " + appOut2);
180 log("");
189 log("running delegated task...");
207 log("Data transferred cleanly");
216 private static void log(String str) { method in class:DelegatedTaskWrongException
/openjdk7/jdk/src/share/classes/sun/util/logging/
H A DLoggingSupport.java42 * @see sun.util.logging.PlatformLogger if you want to log messages even
118 public static void log(Object logger, Object level, String msg) { method in class:LoggingSupport
120 proxy.log(logger, level, msg);
123 public static void log(Object logger, Object level, String msg, Throwable t) { method in class:LoggingSupport
125 proxy.log(logger, level, msg, t);
128 public static void log(Object logger, Object level, String msg, Object... params) { method in class:LoggingSupport
130 proxy.log(logger, level, msg, params);
/openjdk7/langtools/test/tools/javac/generics/6413682/
H A DTestPos.java59 final StringBuilder log = new StringBuilder();
83 log.append(String.format("begin=%s, end=%s : %s%n",
99 log.append(String.format("%s @ %s%n", diag.getCode(), diag.getPosition()));
118 if (!log.toString().equals(expected))
119 error("Unexpected log message: %n%s%n", log);
120 System.out.print(log);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/storage/
H A DStorageResolver.java41 static java.util.logging.Logger log = field in class:StorageResolver
97 log.log(java.util.logging.Level.SEVERE, "Could not add KeyStore because of: ", ex);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DCachedXPathFuncHereAPI.java52 static java.util.logging.Logger log = field in class:CachedXPathFuncHereAPI
426 log.log(java.util.logging.Level.INFO, "Registering Here function");
439 log.log(java.util.logging.Level.FINE, "Error installing function using the static installFunction method", t);
450 log.log(java.util.logging.Level.FINE, "Error installing function using the static installFunction method", t);
453 if (log.isLoggable(java.util.logging.Level.FINE)) {
455 log.log(jav
[all...]
H A DJavaUtils.java37 static java.util.logging.Logger log = field in class:JavaUtils
94 log.log(java.util.logging.Level.FINE, "writeBytesToFilename got null byte[] pointed");
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/x509/
H A DXMLX509IssuerSerial.java42 static java.util.logging.Logger log = field in class:XMLX509IssuerSerial
121 if (log.isLoggable(java.util.logging.Level.FINE))
122 log.log(java.util.logging.Level.FINE, "X509SerialNumber text: " + text);
H A DXMLX509SKI.java47 static java.util.logging.Logger log = field in class:XMLX509SKI
146 if (log.isLoggable(java.util.logging.Level.FINE)) {
147 log.log(java.util.logging.Level.FINE, "Base64 of SKI is " + Base64.encode(skidValue));

Completed in 82 milliseconds

1234567891011>>