From f162243755116f83d55d92721140e12d1afda775 Mon Sep 17 00:00:00 2001 From: Naoshadul Islam Date: Fri, 11 Nov 2016 16:45:34 +0600 Subject: [PATCH] Added relevant Articles --- log4j/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/log4j/README.md b/log4j/README.md index 7355372f23..40e1f33b30 100644 --- a/log4j/README.md +++ b/log4j/README.md @@ -1,2 +1,5 @@ ### Relevant Articles: - [Introduction to Java Logging](http://www.baeldung.com/java-logging-intro) +- [Introduction to SLF4J](http://www.baeldung.com/slf4j-with-log4j2-logback) +- [Generate equals() and hashCode() with Eclipse](http://www.baeldung.com/java-eclipse-equals-and-hashcode) +- [A Guide To Java Regular Expressions API](http://www.baeldung.com/regular-expressions-java)