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

Method setLog4jProperties

src/org/apache/pig/impl/PigContext.java:889–892  ·  view source on GitHub ↗
(Properties p)

Source from the content-addressed store, hash-verified

887 }
888
889 public void setLog4jProperties(Properties p)
890 {
891 log4jProperties = p;
892 }
893 public Properties getLog4jProperties()
894 {
895 return log4jProperties;

Callers 1

configureLog4JMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected