mirror of https://github.com/qos-ch/slf4j
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:
parent
d18e5e9252
commit
fd4ce7947b
|
|
@ -28,4 +28,6 @@ public class AppenderSkeleton implements OptionHandler {
|
|||
public void activateOptions() {
|
||||
}
|
||||
|
||||
public void setThreshold(Priority threshold) {
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue