Skip to content

Commit

Permalink
documentation titles fix (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
justcoon authored Nov 8, 2022
1 parent 73a3af8 commit 6d4a360
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions docs/jpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ id: jpl
title: "Java Platform/System Logger"
---

## Java Platform/System Logger

[`Java Platform/System Logger`](https://openjdk.org/jeps/264) is logging API which was introduced in Java 9.

In order to use this logging backend, we need to add the following line in our build.sbt file:
Expand Down
2 changes: 0 additions & 2 deletions docs/slf4j.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ id: slf4j
title: "SLF4J"
---

## SLF4J

The Simple Logging Facade for Java ([`SLF4J`](https://www.slf4j.org/)) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j).

In order to use this logging backend, we need to add the following line in our build.sbt file:
Expand Down
2 changes: 0 additions & 2 deletions docs/slf4j_bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ id: slf4j_bridge
title: "SLF4J bridge"
---

## SLF4J bridge

It is possible to use `zio-logging` for SLF4j loggers, usually third-party non-ZIO libraries. To do so, import
the `zio-logging-slf4j-bridge` module:

Expand Down
2 changes: 0 additions & 2 deletions docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ id: testing
title: "Testing"
---

## Testing

ZIO 2 test library has test logger implementation for testing:

```scala
Expand Down

0 comments on commit 6d4a360

Please sign in to comment.