Update AppenderSkeleton.java

Adding and muting the setThreshold method call without which the Log4j bridge is broken for underlying dependencies that are manipulating Log4j Appenders directly
This commit is contained in:
Dimitrios Liapis 2015-03-12 16:11:05 +00:00
parent d18e5e9252
commit fd4ce7947b
1 changed files with 2 additions and 0 deletions

View File

@ -28,4 +28,6 @@ public class AppenderSkeleton implements OptionHandler {
public void activateOptions() {
}
public void setThreshold(Priority threshold) {
}
}