Searched refs:logMsg (Results 1 - 3 of 3) 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...]
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h1253 @abstract Debug-only macro for the VxWorks logMsg function.
1263 logMsg( ( FORMAT ), ( P1 ), ( P2 ), ( P3 ), ( P4 ), ( P5 ), ( P6 ) ); \
H A DDebugServices.c569 logMsg( "\ncannot print at interrupt time\n\n", 1, 2, 3, 4, 5, 6 );
652 // underlying logMsg API that does the printing is asynchronous so it cannot use temporary/stack-based

Completed in 141 milliseconds