demo.org.powermock.examples.Log4jUserParent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of powermock-examples-log4j Show documentation
Show all versions of powermock-examples-log4j Show documentation
Example of using Log4jMockPolicy.
package demo.org.powermock.examples;
import org.apache.log4j.Logger;
public class Log4jUserParent {
protected static final Logger log = Logger.getLogger(Log4jUserParent.class);
}