Skip to content

Commit b29c20a

Browse files
committed
Updatee readme
1 parent 289ed33 commit b29c20a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ class ConstantDateTimeLogFileNameProvider(
102102
```
103103

104104
## Where to find files with logs
105-
There are two type of paths provided by `LogManager`
105+
There are two type of paths provided by implementation of `StorageProvider`
106106

107-
### Internal directory
107+
### InternalLogStorageProvider
108108
```kotlin
109109
InternalLogStorageProvider(context).getStorageDirectory()
110110
```
111111
It's classic internal memory of android app, it isn't available to read in release mode
112112

113-
### External directory
113+
### ExternalLogStorageProvider
114114
```kotlin
115115
ExternalLogStorageProvider(context).getStorageDirectory()
116116
```

0 commit comments

Comments
 (0)