Popularity
8.2
Growing
Activity
7.7
Growing
703
15
32
Programming language: Kotlin
Tags:
Misc
kotlin-logging alternatives and related libraries
Based on the "Misc" category
-
jclasslib
jclasslib bytecode viewer is a tool that visualizes all aspects of compiled Java class files and the contained bytecode. -
kotlinx.atomicfu
The idiomatic way to use atomic operations in Kotlin. -
klock
Consistent and portable date and time utilities for multiplatform kotlin (JVM, JS and Common). -
Humanizer.jvm
Humanizer.jvm meets all your jvm needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities. -
actions-on-google-kotlin
Port of official Node.js SDK to Kotlin. Complete with all features and tests and nearly identical API. -
kotlinx.reflect.lite
Lightweight library allowing to introspect basic stuff about Kotlin symbols. -
klutter
A mix of random small libraries for Kotlin, the smallest reside here until big enough for their own repository. -
kassava
This library provides some useful kotlin extension functions for implementing toString() and equals() without all of the boilerplate. -
kotlin-futures
A collections of extension functions to make the JVM Future, CompletableFuture, ListenableFuture API more functional and Kotlin like. -
kotlin-pluralizer
Kotlin extension to pluralize and singularize strings. -
units-of-measure
A type-safe dimensional analysis library for Kotlin. -
kotlin-preconditions
Precondition error checking in kotlin. -
dsl-logger
Simple DSL for logging with logger abstraction layer (includes Android logger implementation and bridge to slf4j)
Do you think we are missing an alternative of kotlin-logging or a related project?
kotlin-logging Recommendations
There are no recommendations yet. Be the first to promote kotlin-logging!
Have you used kotlin-logging? Share your experience. Write a short recommendation and kotlin-logging, you and your project will be promoted on Awesome Kotlin.
Recommend kotlin-logging
Recently added kotlin-logging resources
-
In Kotlin, as opposed to Java, there is no established standard when it comes to logging. JetBrains didn't provide any opinionated way. But the community does not disappoint. There are few different approaches that allows developers to do it properly.Article Added by adikm // amarszalek.net // 9 months ago