mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-01-11 11:45:49 +01:00
💻 Command line application as an alternative to the ReVanced Manager
d9c5a179c5
* Fix #79. Changed from default StreamHandler to FlushingStreamHandler which flushes after every log statement * Added removal of handlers, so they will not be duplicated. * Replaced removal of handlers with addition only in case if there are no handlers already. Changed errorLogger name from hardcoded to reusing previous logger name, so it will have the same name if only first parameter is used. * Replaced calls ::javaClass.name to ::class.java.name to have proper class names in loggers |
||
---|---|---|
.github | ||
.idea | ||
gradle/wrapper | ||
src/main/kotlin/app/revanced | ||
.gitignore | ||
.releaserc | ||
build.gradle.kts | ||
CHANGELOG.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
settings.gradle.kts |