Polish
See gh-13776
This commit is contained in:
committed by
Stephane Nicoll
parent
f325ee9406
commit
068e22d60b
@@ -75,6 +75,11 @@ public abstract class Slf4JLoggingSystem extends AbstractLoggingSystem {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Return whether bridging JUL into SLF4J or not.
|
||||
* @return whether bridging JUL into SLF4J or not
|
||||
* @since 2.0.4
|
||||
*/
|
||||
protected final boolean isBridgeJulIntoSlf4j() {
|
||||
return isBridgeHandlerAvailable() && isJulUsingItsDefaultConfiguration();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user