Searched defs:logMsg (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DEnvironmentCheck.java176 // Note: many logMsg calls have # at the start to
178 logMsg("# WARNING: Potential problems found in your environment!");
179 logMsg("# Check any 'ERROR' items above against the Xalan FAQs");
180 logMsg("# to correct potential problems with your classes/jars");
181 logMsg("# http://xml.apache.org/xalan-j/faq.html");
188 logMsg("# YAHOO! Your environment seems to be OK.");
253 logMsg("# ERROR: writeEnvironmentReport called with null Hashtable");
259 logMsg(
289 logMsg(keyStr + "=" + h.get(keyStr));
294 logMsg("Readin
1292 protected void logMsg(String s) method in class:EnvironmentCheck
[all...]

Completed in 650 milliseconds