We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647f959 commit 0bb472aCopy full SHA for 0bb472a
README.md
@@ -17,7 +17,7 @@ Logging appenders are created via reflection so class names must be left intact
17
order to keep them you will need to add the following to your application proguard rules:
18
19
```
20
--keep class com.esri.logger.appender.** { *; }
+-keep class com.esri.logger.khronicle.appender.** { *; }
21
22
23
## Requirements
0 commit comments