Polish docs

Closes gh-4433
This commit is contained in:
Johnny Lim
2015-11-11 21:45:43 +09:00
committed by Stephane Nicoll
parent f7fb470f29
commit 4c1398148b
6 changed files with 22 additions and 22 deletions

View File

@@ -225,7 +225,7 @@ public class LogbackLoggingSystem extends Slf4JLoggingSystem {
"LoggerFactory is not a Logback LoggerContext but Logback is on "
+ "the classpath. Either remove Logback or the competing "
+ "implementation (%s loaded from %s). If you are using "
+ "Weblogic you will need to add 'org.slf4j' to "
+ "WebLogic you will need to add 'org.slf4j' to "
+ "prefer-application-packages in WEB-INF/weblogic.xml",
factory.getClass(), getLocation(factory)));
return (LoggerContext) factory;