An open API service indexing awesome lists of open source software.

https://github.com/carlosmonzon/logssample

Logs management sample for KMP projects
https://github.com/carlosmonzon/logssample

Last synced: 2 months ago
JSON representation

Logs management sample for KMP projects

Awesome Lists containing this project

README

        

This is a kotlin multiplatform project targeting Android, iOS and Desktop built with the intention to demonstrate how to manage logs on KMP app.

The main branch has the basic setup using [Napier](https://github.com/AAkira/Napier)

Then, you have the [sentry branch](https://github.com/carlosmonzon/LogsSample/tree/sentry) that shows how to best integrate third party logs/crash services for a KMP application extending the Napier functionalities.

There is a full articule around this integration in:

https://blog.thesurfcode.com/logs-management-in-kmp

**Basic integration**

![Kiku](images/napier.png)