Skip to content

Commit

Permalink
Merge pull request quarkusio#35771 from MichalMaler/JUL-URL-Logging-g…
Browse files Browse the repository at this point in the history
…uide-update

Adding the JUL URL to the Logging guide update
  • Loading branch information
Ladicek authored Sep 6, 2023
2 parents 15445c9 + 290e299 commit 51da1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Quarkus supports the JBoss Logging API as well as multiple other logging APIs, s
You can use any of the <<logging-apis,following APIs>>:

* link:https://github.com/jboss-logging/jboss-logging[JBoss Logging]
* JDK `java.util.logging` (JUL)
* link:https://docs.oracle.com/en/java/javase/11/docs/api/java.logging/java/util/logging/package-summary.html[JDK `java.util.logging` (JUL)]
* link:https://www.slf4j.org/[SLF4J]
* link:https://commons.apache.org/proper/commons-logging/[Apache Commons Logging]
* link:https://logging.apache.org/log4j/2.x/[Apache Log4j 2]
Expand Down

0 comments on commit 51da1dd

Please sign in to comment.