diff --git a/src/site/xdoc/guide.xml b/src/site/xdoc/guide.xml index ddafc7c..d0f2083 100644 --- a/src/site/xdoc/guide.xml +++ b/src/site/xdoc/guide.xml @@ -148,7 +148,7 @@ advanced users only, so will not be addressed here.
  • if Log4j API is present on the classpath and it is not redirected to SLF4J, then Log4jApiLogFactory is used. This factory redirects all output to Log4j API.
  • -
  • otherwise if SLF4J is presend on the classpath, +
  • otherwise if SLF4J is present on the classpath, then Slf4jLogFactory is used. This factory redirects all output to SLF4J.
  • otherwise the legacy LogFactoryImpl is used.