From 9b8baa43cc5004d40f9d12da36551f070e5fede0 Mon Sep 17 00:00:00 2001 From: Harm Aarts Date: Wed, 20 Dec 2023 15:40:26 +0100 Subject: [PATCH] Point to the final resting place of the logger lib --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4357ad..adba5a7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ [![License](https://img.shields.io/github/license/leisim/logger?logo=open-source-initiative&logoColor=green)](https://github.com/leisim/logger/blob/master/LICENSE) -NOTICE: This repo is NOT LONGER leading! The new repo is here: https://github.com/Bungeefan/logger +> [!CAUTION] +> This repo is NOT LONGER leading! The new repo is here: [https://github.com/SourceHorizon/logger](https://github.com/SourceHorizon/logger) Small, easy to use and extensible logger which prints beautiful logs.
Inspired by [logger](https://github.com/orhanobut/logger) for Android.