We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd29f08 commit 0023c72Copy full SHA for 0023c72
README.md
@@ -28,7 +28,7 @@ dependencies {
28
### Initialize LogDNA
29
Should be initialized once in `Application.onCreate()`:
30
```kotlin
31
-LogDna.init(LOG_DNA_API_KEY, APP_NAME)
+LogDna.init(LOG_DNA_API_KEY, APP_NAME, HOST_NAME)
32
```
33
### Start Logging
34
0 commit comments