Skip to content

Commit

Permalink
Split paragraph in two
Browse files Browse the repository at this point in the history
  • Loading branch information
cedrickcooke committed Sep 10, 2021
1 parent 802ad8e commit c5b4a40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ Logging can be initialized via [`install`]:
Log.dispatcher.install(ConsoleLogger)
```

If no [`Logger`] is installed, then log blocks are not called at runtime. Custom loggers can be created by
implementing the [`Logger`] interface.
If no [`Logger`] is installed, then log blocks are not called at runtime.

Custom loggers can be created by implementing the [`Logger`] interface.

#### Android (Logcat)

Expand Down

0 comments on commit c5b4a40

Please sign in to comment.