Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Nov 3, 2023
1 parent db2f678 commit 668ee4f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@ Replace `${utility_version}` with the current version.

## Logging

**As of version 10.1.0, all logging is done through SLF4J!**
**As of version 12.0.0, logging changed from SLF4J to Log4J-API!**

I made the switch after SLF4J 2.0.0 was released as that is the first stable version to have proper JPMS support.

You can use whatever logging implementation you want, for configuration refer to the SLF4J documentation.
You can use whatever logging implementation you want, for configuration refer to the Log4J documentation. You can also look at the swing samples that use a SwingLogPane and route all logging output regardless of source (Log4J, SLF4J, JUL) to the logging implementation.

### utility-logging

Expand Down

0 comments on commit 668ee4f

Please sign in to comment.