From 326c4505b8f1454116fce7d85169341218b43b63 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 30 Sep 2022 16:24:00 +0200 Subject: [PATCH] Update project readme - add SLF4J 2.x --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a1c6b7..53d2648 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Yet another way to testing logging in application which use SLF4J. Add dependency to your project: +For `SLF4J 1.7.x` + org.simplify4u @@ -29,7 +31,18 @@ Add dependency to your project: -Please remember, that you can only have one `SLF4J` binding on classpath, +For `SLF4J 2.x` + + + + org.simplify4u + slf4j2-mock + + test + + + +Please remember, that you can only have one `SLF4J` binding or provider on classpath, in the most case you must replace `org.slf4j:slf4j-simple` by `org.simplify4u:slf4j-mock`. Write test: