Home
last modified time | relevance | path

Searched refs:logMsg (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/xslt/
DEnvironmentCheck.java178 logMsg("# WARNING: Potential problems found in your environment!"); in checkEnvironment()
179 logMsg("# Check any 'ERROR' items above against the Xalan FAQs"); in checkEnvironment()
180 logMsg("# to correct potential problems with your classes/jars"); in checkEnvironment()
181 logMsg("# http://xml.apache.org/xalan-j/faq.html"); in checkEnvironment()
188 logMsg("# YAHOO! Your environment seems to be OK."); in checkEnvironment()
253 logMsg("# ERROR: writeEnvironmentReport called with null Hashtable"); in writeEnvironmentReport()
259 logMsg( in writeEnvironmentReport()
289 logMsg(keyStr + "=" + h.get(keyStr)); in writeEnvironmentReport()
294 logMsg("Reading-" + key + "= threw: " + e.toString()); in writeEnvironmentReport()
298 logMsg( in writeEnvironmentReport()
[all …]
/external/mdnsresponder/mDNSShared/
DDebugServices.h1263 logMsg( ( FORMAT ), ( P1 ), ( P2 ), ( P3 ), ( P4 ), ( P5 ), ( P6 ) ); \
DDebugServices.c569 logMsg( "\ncannot print at interrupt time\n\n", 1, 2, 3, 4, 5, 6 ); in DebugPrint()