Skip to content

Commit

Permalink
hint to logging-kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuth committed Sep 13, 2023
1 parent 7c54e33 commit 222f655
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,12 @@ printer.printJob(

## Logging

From version 3.0 onwards the library uses [java.util.logging](https://docs.oracle.com/javase/8/docs/technotes/guides/logging/overview.html) - configure as you like.
From version 3.0 onwards the library uses [Java Logging](https://docs.oracle.com/javase/8/docs/technotes/guides/logging/overview.html) - configure as you like.
Tests can use Logging.configure() to load logging.properties from test/resources.

The behaviour of the my previously used [ConsoleLogger](https://github.com/gmuth/logging-kotlin/blob/main/src/main/kotlin/de/gmuth/log/ConsoleLogger.kt) is now implemented by StdoutHandler and SimpleClassNameFormatter.
I moved all of my custom logging code to it's own repository [logging-kotlin](https://github.com/gmuth/logging-kotlin/tree/main/src/main/kotlin/de/gmuth/log).

## Build

To build the jar make sure you have JDK 11 installed.
Expand Down

0 comments on commit 222f655

Please sign in to comment.