We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289ed33 commit b29c20aCopy full SHA for b29c20a
README.md
@@ -102,15 +102,15 @@ class ConstantDateTimeLogFileNameProvider(
102
```
103
104
## Where to find files with logs
105
-There are two type of paths provided by `LogManager`
+There are two type of paths provided by implementation of `StorageProvider`
106
107
-### Internal directory
+### InternalLogStorageProvider
108
```kotlin
109
InternalLogStorageProvider(context).getStorageDirectory()
110
111
It's classic internal memory of android app, it isn't available to read in release mode
112
113
-### External directory
+### ExternalLogStorageProvider
114
115
ExternalLogStorageProvider(context).getStorageDirectory()
116
0 commit comments