Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ dbg
Method
dbg
src/main/java/net/optifine/Log.java:19–22 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
17
}
18
19
public
static
void
dbg(String s)
20
{
21
LOGGER.info(
"[OptiFine] "
+ s);
22
}
23
24
public
static
void
warn(String s)
25
{
Callers
5
log
Method · 0.95
getTargetConstructor
Method · 0.95
dbgCall
Method · 0.95
dbgCallVoid
Method · 0.95
dbgFieldValue
Method · 0.95
Calls
1
info
Method · 0.80
Tested by
no test coverage detected