Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ getDefaultLogLevel
Method
getDefaultLogLevel
src/org/apache/pig/impl/PigContext.java:897–900 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
895
return
log4jProperties;
896
}
897
public
Level getDefaultLogLevel()
898
{
899
return
defaultLogLevel;
900
}
901
public
void
setDefaultLogLevel(Level l)
902
{
903
defaultLogLevel = l;
Callers
1
debugOff
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected