EdgE790 d9c5a179c5
fix: Log not showing in CLI (#80)
* 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
2022-07-11 14:25:17 +02:00
2022-07-10 20:30:05 +02:00
2022-05-23 20:56:22 +02:00
2022-07-10 23:18:18 +00:00
2022-04-08 23:49:31 +02:00
2022-05-06 23:05:42 +02:00
Description
💻 Command line application as an alternative to the ReVanced Manager
GPL-3.0 8.4 MiB
Languages
Kotlin 100%