anyone here knows any logging library which supports Worker? I looked at some libs(Napier, klogger and Multiplatform-Log), but all of them seems to be using mutableList or threadlocal
d
Denis Shurygin
01/22/2020, 12:24 PM
I have my own implementation of Multiplatform logger https://github.com/PocketByte/kotlin-kydra-log. But I suppose it also will not suits for you. May be I can improve it if you explain what mean "supports Worker" for you.