Skip to content

Commit

Permalink
Update README.md (#632)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 24, 2023
1 parent d943de3 commit aec36fe
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 @@ -39,8 +39,11 @@ libraryDependencies += "dev.zio" %% "zio-logging-jpl" % "2.1.8"
// SLF4j integration
libraryDependencies += "dev.zio" %% "zio-logging-slf4j" % "2.1.8"

// Using ZIO Logging for SLF4j loggers, usually third-party non-ZIO libraries
// Using ZIO Logging for SLF4j v1 loggers, usually third-party non-ZIO libraries
libraryDependencies += "dev.zio" %% "zio-logging-slf4j-bridge" % "2.1.8"

// Using ZIO Logging for SLF4j v2 loggers, usually third-party non-ZIO libraries
libraryDependencies += "dev.zio" %% "zio-logging-slf4j2-bridge" % "2.1.8"
```

## Example
Expand Down

0 comments on commit aec36fe

Please sign in to comment.