File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ The nRF Logger API library is available on Maven Central repositories.
14
14
For Android Studio, add the following dependency to your component's * gradle.build* file:
15
15
16
16
``` Groovy
17
- implementation 'no.nordicsemi.android:log:2.4 .0'
17
+ implementation 'no.nordicsemi.android:log:2.5 .0'
18
18
```
19
19
20
20
For easy integration with [ Timber (5.0.1)] ( https://github.com/JakeWharton/timber ) , use this instead:
21
21
22
22
``` Groovy
23
- implementation 'no.nordicsemi.android:log-timber:2.4 .0'
23
+ implementation 'no.nordicsemi.android:log-timber:2.5 .0'
24
24
```
25
25
26
26
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.
50
50
3 . Using Timber's (e.g. ` Timber.i(...) ` ) API it is not possible to log on APPLICATION level.
51
51
4 . Logs logged with ` Log.VERBOSE ` priority will get VERBOSE log level, so will be upgraded.
52
52
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).
54
55
55
56
### Example
56
57
The example project may be found in samples folder. It contains a simple application that shows
You can’t perform that action at this time.
0 commit comments