Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MFlisar committed Oct 19, 2022
1 parent 60fc1a2 commit 5c0ac5d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### What does it do?

A simple logger for JackWhartons [Timber](https://github.com/JakeWharton/timber) logging library with following *features*:
A simple logger for JackWhartons [Timber](https://github.com/JakeWharton/timber) logging library (v4!) with following *features*:

* trees for:
* logging to console (with the ability to add clickable links to the calling line in the calling class)
Expand Down Expand Up @@ -38,12 +38,6 @@ dependencies {
implementation 'com.github.MFlisar.Lumberjack:lumberjack-feedback:<LATEST-VERSION>'
implementation 'com.github.MFlisar.Lumberjack:lumberjack-notification:<LATEST-VERSION>'
implementation 'com.github.MFlisar.Lumberjack:lumberjack-viewer:<LATEST-VERSION>'
// Wrapper for java => will provide a class `L2` with all the functions from `L` but without the inlining feature because this is not possible in java
// can be used to use Lumberjack in mixed java and kotlin projects
// of course you can always use the lambda functions in java as well, but the L2 calls are shorter:
// JAVA Code: L2.d("Test") vs. L.INSTANCE.d(() -> "Test")
// implementation 'com.github.MFlisar.Lumberjack:lumberjack-java-wrapper:<LATEST-VERSION>'
}
```

Expand Down

0 comments on commit 5c0ac5d

Please sign in to comment.