diff --git a/README.md b/README.md index 639d548..4f96d55 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ Scala Logging is a **convenient** and **fast** logging library wrapping [SLF4J](http://www.slf4j.org). +![CI][Badge-CI] [![Version][Badge-Releases]][Link-Releases] + +[Badge-CI]: https://github.com/lightbend-labs/scala-logging/actions/workflows/ci.yml/badge.svg +[Badge-Releases]: https://img.shields.io/maven-central/v/com.typesafe.scala-logging/scala-logging_3 +[Link-Releases]: https://repo1.maven.org/maven2/com/typesafe/scala-logging/scala-logging_3/ + It's convenient, because you can simply call log methods, *without* checking whether the respective log level is enabled: ```scala