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

https://github.com/coditory/klog


https://github.com/coditory/klog

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# klog - kotlin logger

[![Build](https://github.com/coditory/klog/actions/workflows/build.yml/badge.svg)](https://github.com/coditory/klog/actions/workflows/build.yml)
[![Coverage](https://codecov.io/gh/coditory/klog/graph/badge.svg?token=FlAX0WyFod)](https://codecov.io/gh/coditory/klog)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.coditory.klog/klog/badge.svg)](https://mvnrepository.com/artifact/com.coditory.klog/klog)

**🚧 This library as under heavy development until release of version `1.x.x` 🚧**

> Async first kotlin logger

## Sample usage

Add dependency to `build.gradle.kts`:

```kts
dependencies {
implementation("com.coditory.klog:klog:$version")
}
```