Home
last modified time | relevance | path

Searched refs:getLog (Results 1 – 25 of 2911) sorted by relevance

12345678910>>...117

/dports/devel/hadoop/jetty-6.1.14/modules/jspc-maven-plugin/src/main/java/org/mortbay/jetty/jspc/plugin/
H A DJspcMojo.java211 if (getLog().isDebugEnabled()) in execute()
213 getLog().info("verbose=" + verbose); in execute()
217 getLog().info("validateXml=" + validateXml); in execute()
218 getLog().info("packageRoot=" + packageRoot); in execute()
252 if (getLog().isDebugEnabled()) in compile()
255 if (getLog().isDebugEnabled()) in compile()
256 getLog().debug( in compile()
381 getLog() in mergeWebXml()
464 if (getLog().isDebugEnabled()) in setUpClassPath()
475 if (getLog().isDebugEnabled()) in setUpClassPath()
[all …]
/dports/devel/hadoop2/jetty-6.1.14/modules/jspc-maven-plugin/src/main/java/org/mortbay/jetty/jspc/plugin/
H A DJspcMojo.java211 if (getLog().isDebugEnabled()) in execute()
213 getLog().info("verbose=" + verbose); in execute()
217 getLog().info("validateXml=" + validateXml); in execute()
218 getLog().info("packageRoot=" + packageRoot); in execute()
252 if (getLog().isDebugEnabled()) in compile()
255 if (getLog().isDebugEnabled()) in compile()
256 getLog().debug( in compile()
381 getLog() in mergeWebXml()
464 if (getLog().isDebugEnabled()) in setUpClassPath()
475 if (getLog().isDebugEnabled()) in setUpClassPath()
[all …]
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/test/com/gitlab/pdftk_java/
H A DDataTest.java15 assertEquals(expectedData, systemOut.getLog()); in dump_data()
22 assertEquals(expectedData, systemOut.getLog()); in dump_data_xml()
28 String expectedData = systemOut.getLog(); in idempotent()
32 assertEquals(expectedData, systemOut.getLog()); in idempotent()
33 assertEquals("", systemErr.getLog()); in idempotent()
40 assertThat(systemErr.getLog(), containsString("data info record not valid")); in update_info_incomplete_record()
54 assertThat(systemOut.getLog(), containsString(String.join("\n",data))); in update_page_labels_new()
74 assertThat(systemOut.getLog(), not(containsString(String.join("\n",data1)))); in update_page_labels_replace()
75 assertThat(systemOut.getLog(), containsString(String.join("\n",data2))); in update_page_labels_replace()
121 assertThat(systemOut.getLog(), containsString(String.join("\n",expect))); in update_page_media_replace()
[all …]
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-maven/src/main/java/org/owasp/dependencycheck/maven/
H A DAggregateMojo.java81 getLog().error(msg); in scanDependencies()
82 if (getLog().isDebugEnabled()) { in scanDependencies()
83 getLog().debug(exCol); in scanDependencies()
104 if (getLog().isDebugEnabled()) { in getDescendants()
113 && getLog().isDebugEnabled()) { in getDescendants()
118 if (getLog().isDebugEnabled()) { in getDescendants()
119 getLog().debug("Unable to determine module path", ex); in getDescendants()
128 if (descendants.add(p) && getLog().isDebugEnabled()) { in getDescendants()
135 && getLog().isDebugEnabled()) { in getDescendants()
150 if (getLog().isDebugEnabled()) { in getDescendants()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/share/
H A DEnv.java56 public static Log getLog() { in getLog() method in Env
109 getLog().trace(TraceLevel.TRACE_IMPORTANT, msg); in traceImportant()
121 getLog().trace(TraceLevel.TRACE_NORMAL, msg); in traceNormal()
125 getLog().trace(TraceLevel.TRACE_NORMAL, new LazyFormatString(msg, args)); in traceNormal()
133 getLog().trace(TraceLevel.TRACE_VERBOSE, msg); in traceVerbose()
145 getLog().trace(TraceLevel.TRACE_DEBUG, msg); in traceDebug()
149 getLog().trace(TraceLevel.TRACE_DEBUG, new LazyFormatString(msg, args)); in traceDebug()
157 getLog().trace(TraceLevel.TRACE_IMPORTANT, msg); in display()
165 getLog().complain(msg); in complain()
169 getLog().complain(new LazyFormatString(msg, args)); in complain()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/share/
H A DEnv.java56 public static Log getLog() { in getLog() method in Env
109 getLog().trace(TraceLevel.TRACE_IMPORTANT, msg); in traceImportant()
121 getLog().trace(TraceLevel.TRACE_NORMAL, msg); in traceNormal()
125 getLog().trace(TraceLevel.TRACE_NORMAL, new LazyFormatString(msg, args)); in traceNormal()
133 getLog().trace(TraceLevel.TRACE_VERBOSE, msg); in traceVerbose()
145 getLog().trace(TraceLevel.TRACE_DEBUG, msg); in traceDebug()
149 getLog().trace(TraceLevel.TRACE_DEBUG, new LazyFormatString(msg, args)); in traceDebug()
157 getLog().trace(TraceLevel.TRACE_IMPORTANT, msg); in display()
165 getLog().complain(msg); in complain()
169 getLog().complain(new LazyFormatString(msg, args)); in complain()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/vm/mlvm/share/
H A DEnv.java56 public static Log getLog() { in getLog() method in Env
109 getLog().trace(TraceLevel.TRACE_IMPORTANT, msg); in traceImportant()
121 getLog().trace(TraceLevel.TRACE_NORMAL, msg); in traceNormal()
125 getLog().trace(TraceLevel.TRACE_NORMAL, new LazyFormatString(msg, args)); in traceNormal()
133 getLog().trace(TraceLevel.TRACE_VERBOSE, msg); in traceVerbose()
145 getLog().trace(TraceLevel.TRACE_DEBUG, msg); in traceDebug()
149 getLog().trace(TraceLevel.TRACE_DEBUG, new LazyFormatString(msg, args)); in traceDebug()
157 getLog().trace(TraceLevel.TRACE_IMPORTANT, msg); in display()
165 getLog().complain(msg); in complain()
169 getLog().complain(new LazyFormatString(msg, args)); in complain()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/share/
H A DEnv.java57 public static Log getLog() { in getLog() method in Env
108 getLog().trace(TraceLevel.TRACE_IMPORTANT, msg); in traceImportant()
120 getLog().trace(TraceLevel.TRACE_NORMAL, msg); in traceNormal()
124 getLog().trace(TraceLevel.TRACE_NORMAL, new LazyFormatString(msg, args)); in traceNormal()
132 getLog().trace(TraceLevel.TRACE_VERBOSE, msg); in traceVerbose()
144 getLog().trace(TraceLevel.TRACE_DEBUG, msg); in traceDebug()
148 getLog().trace(TraceLevel.TRACE_DEBUG, new LazyFormatString(msg, args)); in traceDebug()
156 getLog().trace(TraceLevel.TRACE_IMPORTANT, msg); in display()
164 getLog().complain(msg); in complain()
168 getLog().complain(new LazyFormatString(msg, args)); in complain()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/share/
H A DEnv.java57 public static Log getLog() { in getLog() method in Env
108 getLog().trace(TraceLevel.TRACE_IMPORTANT, msg); in traceImportant()
120 getLog().trace(TraceLevel.TRACE_NORMAL, msg); in traceNormal()
124 getLog().trace(TraceLevel.TRACE_NORMAL, new LazyFormatString(msg, args)); in traceNormal()
132 getLog().trace(TraceLevel.TRACE_VERBOSE, msg); in traceVerbose()
144 getLog().trace(TraceLevel.TRACE_DEBUG, msg); in traceDebug()
148 getLog().trace(TraceLevel.TRACE_DEBUG, new LazyFormatString(msg, args)); in traceDebug()
156 getLog().trace(TraceLevel.TRACE_IMPORTANT, msg); in display()
164 getLog().complain(msg); in complain()
168 getLog().complain(new LazyFormatString(msg, args)); in complain()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/share/
H A DEnv.java57 public static Log getLog() { in getLog() method in Env
108 getLog().trace(TraceLevel.TRACE_IMPORTANT, msg); in traceImportant()
120 getLog().trace(TraceLevel.TRACE_NORMAL, msg); in traceNormal()
124 getLog().trace(TraceLevel.TRACE_NORMAL, new LazyFormatString(msg, args)); in traceNormal()
132 getLog().trace(TraceLevel.TRACE_VERBOSE, msg); in traceVerbose()
144 getLog().trace(TraceLevel.TRACE_DEBUG, msg); in traceDebug()
148 getLog().trace(TraceLevel.TRACE_DEBUG, new LazyFormatString(msg, args)); in traceDebug()
156 getLog().trace(TraceLevel.TRACE_IMPORTANT, msg); in display()
164 getLog().complain(msg); in complain()
168 getLog().complain(new LazyFormatString(msg, args)); in complain()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/share/
H A DEnv.java56 public static Log getLog() { in getLog() method in Env
109 getLog().trace(TraceLevel.TRACE_IMPORTANT, msg); in traceImportant()
121 getLog().trace(TraceLevel.TRACE_NORMAL, msg); in traceNormal()
125 getLog().trace(TraceLevel.TRACE_NORMAL, new LazyFormatString(msg, args)); in traceNormal()
133 getLog().trace(TraceLevel.TRACE_VERBOSE, msg); in traceVerbose()
145 getLog().trace(TraceLevel.TRACE_DEBUG, msg); in traceDebug()
149 getLog().trace(TraceLevel.TRACE_DEBUG, new LazyFormatString(msg, args)); in traceDebug()
157 getLog().trace(TraceLevel.TRACE_IMPORTANT, msg); in display()
165 getLog().complain(msg); in complain()
169 getLog().complain(new LazyFormatString(msg, args)); in complain()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/share/
H A DEnv.java56 public static Log getLog() { in getLog() method in Env
109 getLog().trace(TraceLevel.TRACE_IMPORTANT, msg); in traceImportant()
121 getLog().trace(TraceLevel.TRACE_NORMAL, msg); in traceNormal()
125 getLog().trace(TraceLevel.TRACE_NORMAL, new LazyFormatString(msg, args)); in traceNormal()
133 getLog().trace(TraceLevel.TRACE_VERBOSE, msg); in traceVerbose()
145 getLog().trace(TraceLevel.TRACE_DEBUG, msg); in traceDebug()
149 getLog().trace(TraceLevel.TRACE_DEBUG, new LazyFormatString(msg, args)); in traceDebug()
157 getLog().trace(TraceLevel.TRACE_IMPORTANT, msg); in display()
165 getLog().complain(msg); in complain()
169 getLog().complain(new LazyFormatString(msg, args)); in complain()
[all …]
/dports/security/pear-Horde_Group/Horde_Group-2.1.1/test/Horde/Group/
H A DMockTest.php142 $log = self::$group->getLog();
146 $this->assertEquals(array(), self::$group->getLog());
149 $log = self::$group->getLog();
153 $this->assertEquals(array(), self::$group->getLog());
157 $this->assertEquals(array(), self::$group->getLog());
162 $log = self::$group->getLog();
168 $this->assertEquals(array(), self::$group->getLog());
180 $log = self::$group->getLog();
193 $log = self::$group->getLog();
203 $log = self::$group->getLog();
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fProgramPipelineStateQueryTests.cpp104 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
108 m_testCtx.getLog() << vtxProgram; in iterate()
113 m_testCtx.getLog() << frgProgram; in iterate()
167 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
189 m_testCtx.getLog() << program; in iterate()
243 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
247 m_testCtx.getLog() << vtxProgram; in iterate()
252 m_testCtx.getLog() << frgProgram; in iterate()
312 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
316 m_testCtx.getLog() << vtxProgram; in iterate()
[all …]
H A Des31fIndexedStateQueryTests.cpp114 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
185 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
226 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
310 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
411 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
492 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
556 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
620 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
684 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
748 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
[all …]
H A Des31fProgramStateQueryTests.cpp157 m_testCtx.getLog() << program; in iterate()
174 m_testCtx.getLog() << program; in iterate()
190 m_testCtx.getLog() << program; in iterate()
280 m_testCtx.getLog() << program; in iterate()
299 m_testCtx.getLog() << program; in iterate()
318 m_testCtx.getLog() << program; in iterate()
504 m_testCtx.getLog() << program; in iterate()
515 m_testCtx.getLog() << program; in iterate()
526 m_testCtx.getLog() << program; in iterate()
595 m_testCtx.getLog() << program; in iterate()
[all …]
/dports/devel/hadoop2/jetty-6.1.14/modules/maven-plugin/src/main/java/org/mortbay/jetty/plugin/
H A DAbstractJettyRunMojo.java224 getLog().info( "Webapp source directory = " in checkPomConfiguration()
239 getLog().info("Reload Mechanic: " + reload ); in checkPomConfiguration()
255 getLog().info( "web.xml file = " in checkPomConfiguration()
294 getLog().info("Classes directory not set"); in checkPomConfiguration()
307 getLog().info("Added extra scan target:"+ scanTargets[i]); in checkPomConfiguration()
417 getLog().info("restarting "+webAppConfig); in restartWebApp()
418 getLog().debug("Stopping webapp ..."); in restartWebApp()
420 getLog().debug("Reconfiguring webapp ..."); in restartWebApp()
440 getLog().debug("Restarting webapp ..."); in restartWebApp()
442 getLog().info("Restart completed at "+new Date().toString()); in restartWebApp()
[all …]
H A DRuntimeDependencyResolver.java69 …public void testArtifact(Artifact arg0) { PluginLog.getLog().debug ("TESTING ARTIFACT "+arg0);} … in testArtifact()
70 …public void startProcessChildren(Artifact arg0) {PluginLog.getLog().debug("STARTING CHILDREN "+arg… in startProcessChildren()
71 … public void endProcessChildren(Artifact arg0) {PluginLog.getLog().debug("ENDING CHILDREN "+arg0);} in endProcessChildren()
72 … public void includeArtifact(Artifact arg0) {PluginLog.getLog().debug("INCLUDE ARTIFACT "+arg0);} in includeArtifact()
74 …public void updateScope(Artifact arg0, String arg1) {PluginLog.getLog().debug("UPDATE of SCOPE "+a… in updateScope()
76 …public void omitForCycle(Artifact arg0) {PluginLog.getLog().debug("OMIT FOR CYCLE "+arg0);} … in omitForCycle()
78 …public void selectVersionFromRange(Artifact arg0) {PluginLog.getLog().debug("SELECT VERSION FROM R… in selectVersionFromRange()
125 if (PluginLog.getLog().isDebugEnabled()) in transitivelyResolvePomDependencies()
136 if (PluginLog.getLog().isDebugEnabled()) in transitivelyResolvePomDependencies()
138 PluginLog.getLog().debug("RESOLVED "+artifacts.size()+" ARTIFACTS"); in transitivelyResolvePomDependencies()
[all …]
H A DAbstractJettyMojo.java318 getLog().info("Configuring Jetty for project: " + getProject().getName()); in execute()
319 PluginLog.setLog(getLog()); in execute()
329 getLog().debug("Starting Jetty Server ..."); in startJetty()
370getLog().debug(configuredRealms[i].getClass().getName() + ": "+ configuredRealms[i].toString()); in startJetty()
381 getLog().info("Started Jetty Server"); in startJetty()
410 getLog().info("Jetty server exiting."); in startJetty()
442 getLog().info("Context path = " + webAppConfig.getContextPath()); in configureWebApplication()
443 getLog().info("Tmp directory = "+ " determined at runtime"); in configureWebApplication()
479 getLog().info("Starting scanner at interval of " + getScanIntervalSeconds()+ " seconds."); in startScanner()
490getLog().info("Console reloading is ENABLED. Hit ENTER on the console to restart the context."); in startConsoleScanner()
[all …]
/dports/devel/hadoop/jetty-6.1.14/modules/maven-plugin/src/main/java/org/mortbay/jetty/plugin/
H A DAbstractJettyRunMojo.java224 getLog().info( "Webapp source directory = " in checkPomConfiguration()
239 getLog().info("Reload Mechanic: " + reload ); in checkPomConfiguration()
255 getLog().info( "web.xml file = " in checkPomConfiguration()
294 getLog().info("Classes directory not set"); in checkPomConfiguration()
307 getLog().info("Added extra scan target:"+ scanTargets[i]); in checkPomConfiguration()
417 getLog().info("restarting "+webAppConfig); in restartWebApp()
418 getLog().debug("Stopping webapp ..."); in restartWebApp()
420 getLog().debug("Reconfiguring webapp ..."); in restartWebApp()
440 getLog().debug("Restarting webapp ..."); in restartWebApp()
442 getLog().info("Restart completed at "+new Date().toString()); in restartWebApp()
[all …]
H A DAbstractJettyMojo.java318 getLog().info("Configuring Jetty for project: " + getProject().getName()); in execute()
319 PluginLog.setLog(getLog()); in execute()
329 getLog().debug("Starting Jetty Server ..."); in startJetty()
370getLog().debug(configuredRealms[i].getClass().getName() + ": "+ configuredRealms[i].toString()); in startJetty()
381 getLog().info("Started Jetty Server"); in startJetty()
410 getLog().info("Jetty server exiting."); in startJetty()
442 getLog().info("Context path = " + webAppConfig.getContextPath()); in configureWebApplication()
443 getLog().info("Tmp directory = "+ " determined at runtime"); in configureWebApplication()
479 getLog().info("Starting scanner at interval of " + getScanIntervalSeconds()+ " seconds."); in startScanner()
490getLog().info("Console reloading is ENABLED. Hit ENTER on the console to restart the context."); in startConsoleScanner()
[all …]
H A DRuntimeDependencyResolver.java69 …public void testArtifact(Artifact arg0) { PluginLog.getLog().debug ("TESTING ARTIFACT "+arg0);} … in testArtifact()
70 …public void startProcessChildren(Artifact arg0) {PluginLog.getLog().debug("STARTING CHILDREN "+arg… in startProcessChildren()
71 … public void endProcessChildren(Artifact arg0) {PluginLog.getLog().debug("ENDING CHILDREN "+arg0);} in endProcessChildren()
72 … public void includeArtifact(Artifact arg0) {PluginLog.getLog().debug("INCLUDE ARTIFACT "+arg0);} in includeArtifact()
74 …public void updateScope(Artifact arg0, String arg1) {PluginLog.getLog().debug("UPDATE of SCOPE "+a… in updateScope()
76 …public void omitForCycle(Artifact arg0) {PluginLog.getLog().debug("OMIT FOR CYCLE "+arg0);} … in omitForCycle()
78 …public void selectVersionFromRange(Artifact arg0) {PluginLog.getLog().debug("SELECT VERSION FROM R… in selectVersionFromRange()
125 if (PluginLog.getLog().isDebugEnabled()) in transitivelyResolvePomDependencies()
136 if (PluginLog.getLog().isDebugEnabled()) in transitivelyResolvePomDependencies()
138 PluginLog.getLog().debug("RESOLVED "+artifacts.size()+" ARTIFACTS"); in transitivelyResolvePomDependencies()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessXFBTests.cpp114 m_context.getTestContext().getLog() in iterate()
341 m_context.getTestContext().getLog() in testBuffersBindingPoints()
387 m_context.getTestContext().getLog() in testBuffersDimensions()
422 m_context.getTestContext().getLog() in testBuffersDimensions()
470 m_context.getTestContext().getLog() in testActive()
505 m_context.getTestContext().getLog() in testPaused()
732 m_context.getTestContext().getLog() in prepareTestSetup()
748 m_context.getTestContext().getLog() in prepareTestSetup()
784 m_context.getTestContext().getLog() in testBindingPoint()
835 m_context.getTestContext().getLog() in testStart()
[all …]
/dports/devel/hadoop/jetty-6.1.14/modules/maven-plugin/src/main/java/org/mortbay/jetty/plugin/util/
H A DMonitor.java83 try{socket.close();}catch (Exception e){PluginLog.getLog().debug(e);} in run()
84 try{socket.close();}catch (Exception e){PluginLog.getLog().debug(e);} in run()
85 try{_serverSocket.close();}catch (Exception e){PluginLog.getLog().debug(e);} in run()
91 PluginLog.getLog().info("Killing Jetty"); in run()
100 … PluginLog.getLog().info("Stopping server "+i); in run()
105 PluginLog.getLog().error(e); in run()
111 PluginLog.getLog().info("Unsupported monitor operation"); in run()
115 PluginLog.getLog().error(e); in run()
127 PluginLog.getLog().debug(e); in run()
/dports/devel/hadoop2/jetty-6.1.14/modules/maven-plugin/src/main/java/org/mortbay/jetty/plugin/util/
H A DMonitor.java83 try{socket.close();}catch (Exception e){PluginLog.getLog().debug(e);} in run()
84 try{socket.close();}catch (Exception e){PluginLog.getLog().debug(e);} in run()
85 try{_serverSocket.close();}catch (Exception e){PluginLog.getLog().debug(e);} in run()
91 PluginLog.getLog().info("Killing Jetty"); in run()
100 … PluginLog.getLog().info("Stopping server "+i); in run()
105 PluginLog.getLog().error(e); in run()
111 PluginLog.getLog().info("Unsupported monitor operation"); in run()
115 PluginLog.getLog().error(e); in run()
127 PluginLog.getLog().debug(e); in run()

12345678910>>...117