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
- Host: GitHub
- URL: https://github.com/carlosmonzon/logssample
- Owner: carlosmonzon
- Created: 2024-08-03T07:38:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T11:23:23.000Z (10 months ago)
- Last Synced: 2024-08-23T12:36:44.435Z (10 months ago)
- Language: Kotlin
- Size: 560 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**
