From c47b80026ad7c6bd89de229c3b00208af16fd7aa Mon Sep 17 00:00:00 2001 From: Haseeb Ansari <47222685+haseeb-xd@users.noreply.github.com> Date: Wed, 12 Oct 2022 17:56:27 +0500 Subject: [PATCH] Add content for java logging frameworks (#2254) Co-authored-by: haseebansari Co-authored-by: Kamran Ahmed --- .../110-java/content/105-java-logging-frameworks/readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/roadmaps/110-java/content/105-java-logging-frameworks/readme.md b/content/roadmaps/110-java/content/105-java-logging-frameworks/readme.md index 5739e3616..55439a6a7 100644 --- a/content/roadmaps/110-java/content/105-java-logging-frameworks/readme.md +++ b/content/roadmaps/110-java/content/105-java-logging-frameworks/readme.md @@ -2,6 +2,7 @@ Logging is an important feature that helps developers to trace out the errors. It provides the ability to capture the log file. Logging provides the complete tracing information of the application and also records the critical failure if any occur in an application. There are three components of Logging: Logger, Logging handlers or Appenders and Layouts or logging formatters. -Free Content +Reference Resource +Introduction to Java Logging Java Logger -Java Logging Frameworks +Java Logging Frameworks \ No newline at end of file