nomis/slf4j-android

Can it support MDC

Opened this issue · 2 comments

if it support MDC, will help developer integrate trace chain

The output is to android.Log which only supports strings. How would you expect the MDC data to be included and formatted?

The output is to android.Log which only supports strings. How would you expect the MDC data to be included and formatted?
we can format it in this lib first,after that call android.Log