anyone here knows any logging library which suppor...
# multiplatform
y
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
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
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