https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
y

yshrsmz

01/15/2020, 3:35 AM
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.
👍 1
y

yshrsmz

01/23/2020, 2:31 AM
Hi, thanks for sharing your lib! Actually, your implementation seems to support Worker already. here's how I check. https://gist.github.com/yshrsmz/0640583c1aa047e0b5c9340e58e763ab
3 Views