Skip to content

Commit 18d3337

Browse files
authored
Update README with new badges and contributor note
Added a badge for Kotlin multiplatform support and a GitHub stars badge. Included a thank you note for contributors.
1 parent 8ed0b38 commit 18d3337

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [kotlin-logging](https://github.com/oshai/kotlin-logging) [![CI](https://github.com/oshai/kotlin-logging/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/oshai/kotlin-logging/actions/workflows/ci.yml) [![Slack channel](https://img.shields.io/badge/Chat-Slack-blue.svg)](https://kotlinlang.slack.com/messages/kotlin-logging/) [![Maven Central](https://img.shields.io/maven-central/v/io.github.oshai/kotlin-logging.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.github.oshai%22) [![Apache License V.2](https://img.shields.io/badge/license-Apache%20V.2-blue.svg)](https://github.com/oshai/kotlin-logging/blob/master/LICENSE)
1+
# [kotlin-logging](https://github.com/oshai/kotlin-logging) [![CI](https://github.com/oshai/kotlin-logging/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/oshai/kotlin-logging/actions/workflows/ci.yml) [![Slack channel](https://img.shields.io/badge/Chat-Slack-blue.svg)](https://kotlinlang.slack.com/messages/kotlin-logging/) [![Maven Central](https://img.shields.io/maven-central/v/io.github.oshai/kotlin-logging.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.github.oshai%22) [![Apache License V.2](https://img.shields.io/badge/license-Apache%20V.2-blue.svg)](https://github.com/oshai/kotlin-logging/blob/master/LICENSE) [![Kotlin](https://img.shields.io/badge/kotlin-multiplatform-7f52ff?logo=kotlin)](https://kotlinlang.org/) [![GitHub stars](https://img.shields.io/github/stars/oshai/kotlin-logging?style=social)](https://github.com/oshai/kotlin-logging) <img width="1024" height="559" alt="image" src="https://github.com/user-attachments/assets/04d2c80d-934d-4d02-a3b2-32ad73cb8542" />
22

33
Lightweight Multiplatform logging framework for Kotlin, written in
44
[![Pure Kotlin](https://img.shields.io/badge/100%25-kotlin-blue.svg)](https://kotlinlang.org/).
@@ -166,10 +166,19 @@ It is possible to configure IntelliJ live templates. For file level logger confi
166166
## Contributing
167167

168168
Any contribution is appreciated.
169-
See the contributors list in: https://github.com/oshai/kotlin-logging/graphs/contributors
170169

171170
Pull requests are welcome! See instructions in https://github.com/oshai/kotlin-logging/blob/master/CONTRIBUTING.md.
172171

173172
[Show your ❤ with a ★](https://github.com/oshai/kotlin-logging/stargazers)
174173

174+
Thank you to all the developers who have contributed to kotlin-logging!
175+
<a href="https://github.com/oshai/kotlin-logging/graphs/contributors">
176+
<img src="https://contrib.rocks/image?repo=oshai/kotlin-logging" />
177+
</a>
178+
179+
180+
See the full contributors list in: https://github.com/oshai/kotlin-logging/graphs/contributors
181+
182+
183+
175184

0 commit comments

Comments
 (0)