Searched refs:LOG (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManager.java109 private static final Logger LOG = field in class:ScanManager
413 LOG.fine("server: "+mbeanServer);
414 LOG.fine("scanner: "+scanner);
415 LOG.fine("scanName: "+scanName);
426 if (LOG.isLoggable(Level.FINEST))
427 LOG.log(Level.FINEST,msg,x);
428 else LOG.fine(msg);
432 if (LOG.isLoggable(Level.FINEST))
433 LOG.log(Level.FINEST,msg,x);
434 else LOG
[all...]
H A DDirectoryScanner.java121 private static final Logger LOG = field in class:DirectoryScanner
320 LOG.fine("Failed to execute action: " +action +
333 LOG.finest("File processed: "+taken+" - "+file.getAbsolutePath());
347 LOG.fine("Failed to delete: "+file.getAbsolutePath());
369 LOG.fine("Failed to notify: "+file.getAbsolutePath());
380 LOG.fine("Failed to log: "+file.getAbsolutePath());
491 if (LOG.isLoggable(Level.FINEST))
492 LOG.log(Level.FINEST,"scan task failed: "+x,x);
493 else if (LOG.isLoggable(Level.FINE))
494 LOG
[all...]
H A DScanDirAgent.java81 private static final Logger LOG = field in class:ScanDirAgent
114 LOG.finer("Queuing received notification "+notification);
H A DResultLogManager.java93 private static final Logger LOG = field in class:ResultLogManager
248 LOG.finest("Failed to close log properly: "+x);
431 LOG.finest("Failed to log record: "+x);
H A DScanDirConfig.java109 private static final Logger LOG = field in class:ScanDirConfig
381 LOG.fine("config: "+config);
/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java92 private static final Formatter LOG = new Formatter(System.out); field in class:LayoutPathImpl
774 if (LOGMAP) LOG.format("s(%d) init\n", ix);
781 if (LOGMAP) LOG.format("s(%d) move\n", ix);
787 if (LOGMAP) LOG.format("s(%d) close\n[cp]\n", ix);
793 if (LOGMAP) LOG.format("s(%d) line %g, %g to %g, %g\n", ix, li.sx, li.sy, li.lx, li.ly);
796 if (LOGMAP) LOG.format("pin: %g, %g to %g, %g\n", temp.sx, temp.sy, temp.lx, temp.ly);
805 if (LOGMAP) LOG.format("points: %g, %g to %g, %g\n", sx, sy, lx, ly);
809 if (LOGMAP) LOG.format("[mt %g, %g]\n", sx, sy);
812 if (LOGMAP) LOG.format("[lt %g, %g]\n", sx, sy);
816 if (LOGMAP) LOG
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_error.h77 #define LOG_FORMAT(format) "HPROF LOG: " format " [%s:%d]\n"
86 #define LOG(str) LOG1(str) macro
H A Dhprof_init.c1174 LOG("cbVMInit begin");
1250 LOG("cbVMInit end");
1264 LOG("cbVMDeath");
1591 LOG("cbClassLoad");
1614 LOG("cbClassPrepare");
1638 LOG("cbDataDumpRequest");
1670 LOG("cbExceptionCatch");
1682 LOG("cbMonitorWait");
1694 LOG("cbMonitorWaited");
1706 LOG("cbMonitorContendedEnte
[all...]
H A Dhprof_listener.c153 LOG("recv() returned < 0");
232 LOG("listener loop iteration");
/openjdk7/jdk/test/javax/management/Introspector/
H A DNotCompliantCauseTest.java59 private static final Logger LOG = field in class:NotCompliantCauseTest
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DTestUtils.java62 private static final Logger LOG = field in class:TestUtils
/openjdk7/jdk/test/javax/management/MBeanInfo/
H A DTooManyFooTest.java60 private static final Logger LOG = field in class:TooManyFooTest
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
H A DXmlConfigUtils.java74 private static final Logger LOG = field in class:XmlConfigUtils

Completed in 84 milliseconds