MCPcopy Create free account
hub / github.com/apache/pig / setDefaultLogLevel

Method setDefaultLogLevel

src/org/apache/pig/impl/PigContext.java:901–904  ·  view source on GitHub ↗
(Level l)

Source from the content-addressed store, hash-verified

899 return defaultLogLevel;
900 }
901 public void setDefaultLogLevel(Level l)
902 {
903 defaultLogLevel = l;
904 }
905
906 public int getDefaultParallel() {
907 return defaultParallel;

Callers 1

configureLog4JMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected