Skip to content

Commit ca0cf63

Browse files
committed
Readme update
1 parent e24f4c9 commit ca0cf63

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ The nRF Logger API library is available on Maven Central repositories.
1414
For Android Studio, add the following dependency to your component's *gradle.build* file:
1515

1616
```Groovy
17-
implementation 'no.nordicsemi.android:log:2.4.0'
17+
implementation 'no.nordicsemi.android:log:2.5.0'
1818
```
1919

2020
For easy integration with [Timber (5.0.1)](https://github.com/JakeWharton/timber), use this instead:
2121

2222
```Groovy
23-
implementation 'no.nordicsemi.android:log-timber:2.4.0'
23+
implementation 'no.nordicsemi.android:log-timber:2.5.0'
2424
```
2525

2626
If your project is NOT migrated to AndroidX, use version 2.2.0.
@@ -50,7 +50,8 @@ as described on [Timber](https://github.com/JakeWharton/timber) website.
5050
3. Using Timber's (e.g. `Timber.i(...)`) API it is not possible to log on APPLICATION level.
5151
4. Logs logged with `Log.VERBOSE` priority will get VERBOSE log level, so will be upgraded.
5252
5. Logs logged with `Log.DEBUG` priority will get DEBUG level, so will be downgraded.
53-
6. Tags will be added before the message: `[TAG] message`.
53+
6. Tags will be added before the message: `[TAG] message`. Use `tree.setLoggingTagsEnabled(false)`
54+
to disable this feature (since 2.5).
5455

5556
### Example
5657
The example project may be found in samples folder. It contains a simple application that shows

0 commit comments

Comments
 (0)