AAkira / Napier

Logging library for Kotlin Multiplatform
Apache License 2.0
820 stars 36 forks source link

Output not coloured under Android #58

Closed ln-12 closed 3 years ago

ln-12 commented 3 years ago

As shown in the following image, the output is not coloured. What am I doing wrong?

image

micHar commented 3 years ago

The coloring is on the Android Studio side, not the Napier lib. Napier can only provide logging level. If you do Napier.e then you will have red color with the default AS settings.

ln-12 commented 3 years ago

Got it working now, thanks!