MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / p

Method p

CodenameOne/src/com/codename1/io/Log.java:249–251  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

247 ///
248 /// - `text`: the text to print
249 public static void p(String text) {
250 p(text, DEBUG);
251 }
252
253 /// Default println method invokes the print instance method, uses given level
254 ///

Callers 15

runMethod · 0.95
fetchMethod · 0.95
executeMethod · 0.95
executeQueryMethod · 0.95
validateReceiptMethod · 0.95
getReceiptsMethod · 0.95
loadReceiptsMethod · 0.95
readResponseMethod · 0.95
cleanupMethod · 0.95
execMethod · 0.95
readObjectMethod · 0.95
parseMethod · 0.95

Calls 1

printMethod · 0.65

Tested by 15

startingTestCaseMethod · 0.76
logMessageMethod · 0.76
finishedTestCaseMethod · 0.76
runTestsMethod · 0.76
runTestMethod · 0.76
logDiagMethod · 0.76
testFileClassMethod · 0.76
handleExceptionMethod · 0.76
testIOSThreadsError35Method · 0.76