logcat
I CAN HAZ LOGZ? (by square)
kotlin-logging
Lightweight Multiplatform logging framework for Kotlin. A convenient and performant logging facade. (by oshai)
logcat | kotlin-logging | |
---|---|---|
3 | 6 | |
971 | 2,895 | |
2.0% | 0.8% | |
8.3 | 9.0 | |
about 1 month ago | 6 days ago | |
Kotlin | Kotlin | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
logcat
Posts with mentions or reviews of logcat.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-28.
-
Which logging library do you use for KMP?
There are heaps of options, and none of them particularly stand out to me. I'm starting a greenfield project with code shared at least between desktop and Android (JVM only in the medium term), so I've got the chance to find something more actively maintained than Square's logcat that I've been using lately.
-
Do yout stil use Android Timber lib?
We do use Timber. Another library that seem easy to use that I want to use in the future is logcat from Square.
- Released 𝚜𝚚𝚞𝚊𝚛𝚎/𝚕𝚘𝚐𝚌𝚊𝚝 – tiny Kotlin API for cheap logging on top of Android's normal 𝙻𝚘𝚐 class
kotlin-logging
Posts with mentions or reviews of kotlin-logging.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-03-18.
-
SLF4K VS kotlin-logging - a user suggested alternative
2 projects | 18 Mar 2024
kotlin-logging is a Multiplatform logger for kotlin, whereas SLFK4 is a lightweight wrapper around SLF4J, so it only works on JVM. but if you only need JVM support, SLF4K is very good
- Why logging is not working
-
From Java to Kotlin. There and back again
We chose kotlin-logging. It is a really convenient library and you can use it like this:
-
SLF4K - Kotlin extensions for SLF4J
The repo has a ticket open and someone benchmarked the throughput to be +16% inlining the methods or +37% if you inline the classes too. https://github.com/MicroUtils/kotlin-logging/issues/34
-
How to provide one's own class to a typed instance?
Why that over the much more popular kotlin-logging?
What are some alternatives?
When comparing logcat and kotlin-logging you can also consider the following projects:
Kermit - Kermit by Touchlab is a Kotlin Multiplatform centralized logging utility.
jclasslib - jclasslib bytecode editor is a tool that visualizes all aspects of compiled Java class files and the contained bytecode.
Vlog - An in-display logging library for Android 📲
lingua - The most accurate natural language detection library for Java and the JVM, suitable for long and short text alike
Napier - Logging library for Kotlin Multiplatform
tinylog - tinylog is a lightweight logging framework for Java, Kotlin, Scala, and Android