Kimchi
2.2.0indexedMultiplatform logging and analytics tool enables easy log writing and event tracking with customizable writers for efficient data management and analysis.
6
Stars
2
Used by
dependents
—
Health
/ 100
Multiplatform logging and analytics tool enables easy log writing and event tracking with customizable writers for efficient data management and analysis.
Kimchi is a multiplatform logging and analytics tool written in Kotlin.
Published to Maven Central
com.inkapplications.kimchi:core
Start logging by adding a writer and sending logs:
fun main() {
// Add one or more log writers:
Kimchi.addLog(defaultWriter)
// Send Logs:
Kimchi.info("Hello World")
}
Analytics is as easy as logging! Just like the logger, just add a writer and start tracking events:
fun main() {
// Add one or more analytics writers:
Kimchi.addAnalytics(KimchiLoggerAnalytics) // send analytics events to the logger.
// Send Analytics Events:
Kimchi.trackEvent("Hello Analytics!")
}
For more examples and documentation please see the website
Surfaced from shared tags and platforms — no rankings paid for.