Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.95
fetch
Method · 0.95
execute
Method · 0.95
executeQuery
Method · 0.95
validateReceipt
Method · 0.95
getReceipts
Method · 0.95
loadReceipts
Method · 0.95
readResponse
Method · 0.95
cleanup
Method · 0.95
exec
Method · 0.95
readObject
Method · 0.95
parse
Method · 0.95
Calls
1
print
Method · 0.65
Tested by
15
startingTestCase
Method · 0.76
logMessage
Method · 0.76
finishedTestCase
Method · 0.76
runTests
Method · 0.76
runTest
Method · 0.76
logDiag
Method · 0.76
testFileClass
Method · 0.76
testSimpleQueriesInCustomPath
Method · 0.76
handleException
Method · 0.76
handleRuntimeException
Method · 0.76
handleErrorResponseCode
Method · 0.76
testIOSThreadsError35
Method · 0.76