Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Garten/sourcecraft
/ log
Method
log
src/basic/Loggger.java:13–15 ·
view source on GitHub ↗
(String message)
Source
from the content-addressed store, hash-verified
11
}
12
13
public
static
void
log(String message) {
14
print(message, 0);
15
}
16
17
public
static
void
logg(String message) {
18
print(message, 1);
Callers
15
obtainPlaces
Method · 0.95
detectTexturePacks
Method · 0.95
obtain
Method · 0.95
getGamePath
Method · 0.95
getGameHammerPath
Method · 0.95
getConvertOption
Method · 0.95
readTextureOptions
Method · 0.95
getSkin
Method · 0.95
get
Method · 0.95
loadAddables
Method · 0.95
add
Method · 0.95
convertMap
Method · 0.95
Calls
1
print
Method · 0.95
Tested by
no test coverage detected