oshai / kotlin-logging

Lightweight Multiplatform logging framework for Kotlin. A convenient and performant logging facade.
Other
2.51k stars 110 forks source link

Log marker and stacktrace on Darwin #379

Closed Gaming32 closed 4 months ago

Gaming32 commented 5 months ago

Resolves #375

oshai commented 5 months ago

There are some failures in CI, also if you can add a test that would be great.

Gaming32 commented 5 months ago

I fixed Spotless, but I don't really know how I can add a test for this.

oshai commented 5 months ago

I don't really know how I can add a test for this.

One way will be to extract the logic to a class / object DarwinFormatter and unit test the returned string in some scenarios.