Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ logg
Method
logg
src/basic/Loggger.java:17–19 ·
view source on GitHub ↗
(String message)
Source
from the content-addressed store, hash-verified
15
}
16
17
public
static
void
logg(String message) {
18
print(message, 1);
19
}
20
21
public
static
void
log(String message,
int
callDepth) {
22
Callers
nothing calls this directly
Calls
1
print
Method · 0.95
Tested by
no test coverage detected