Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalijr2 committed Nov 12, 2024
1 parent 5206e36 commit 4a08f19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jdk-platform-logging/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ void helloWorld() {
```
See more details at [HelloServiceBasicTest.java](src/it/hello-jdk-platform-logging-world/src/test/java/example/hello/HelloServiceBasicTest.java)

It should be taken into account that all loggers are initialized only once during the run of tests.
Therefore, a more complex example cleans the loggers before (or after) each test:
> [!NOTE]
> It should be taken into account that all loggers are initialized only once during the run of tests.
Therefore, a more complex example cleans the loggers after (or before) each test:
```java
// the static logger instance
private static Logger logger;
Expand Down

0 comments on commit 4a08f19

Please sign in to comment.