Skip to content

Commit

Permalink
Merge pull request #3 from Lewik/pr3
Browse files Browse the repository at this point in the history
sort forks out in readme
  • Loading branch information
shafirov authored Dec 28, 2017
2 parents 7f3025d + 38d7b0f commit 363be74
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# KLogging

[![](https://jitpack.io/v/lewik/klogging.svg)](https://jitpack.io/#lewik/klogging)
[![](https://jitpack.io/v/shafirov/klogging.svg)](https://jitpack.io/#shafirov/klogging)

KLogging provides unified logging API, which you can use from Kotlin code targeted for JVM, Javascript and common kotlin.
The library is inspired by
- fork from [https://github.com/lewik/klogging]
- code at [https://github.com/MicroUtils/kotlin-logging]
- and discussion at [http://stackoverflow.com/questions/34416869/idiomatic-way-of-logging-in-kotlin]

Expand All @@ -20,9 +19,9 @@ The library is inspired by
```
Use these dependencies per kotlin module respectively:
```
compile 'com.github.lewik.klogging:klogging.common:1.2.10'
compile 'com.github.lewik.klogging:klogging.js:1.2.10'
compile 'com.github.lewik.klogging:klogging.jvm:1.2.10'
compile 'com.github.shafirov.klogging:klogging.common:1.2.10'
compile 'com.github.shafirov.klogging:klogging.js:1.2.10'
compile 'com.github.shafirov.klogging:klogging.jvm:1.2.10'
```
Versions will be updated with same kotlin version

Expand Down

0 comments on commit 363be74

Please sign in to comment.