Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
q3769 authored Jan 17, 2024
1 parent 6f594be commit 488ef19
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,3 @@ application would use runtime-scope for this provider as a dependency:
<scope>runtime</scope>
</dependency>
```

Note: Only one logging provider such as this should be in effect at run-time. If multiple providers end up in the final
build of an application, somehow, then the `elf4j.logger.factory.fqcn` system property will have to be used to select
the desired provider.

```
java -Delf4j.logger.factory.fqcn="elf4j.logback.LogbackLoggerFactory" -jar MyApplication.jar
```

0 comments on commit 488ef19

Please sign in to comment.