Add content for java logging frameworks (#2254)

Co-authored-by: haseebansari <haseeb.ansari@qordata.com>
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/2252/head^2
Haseeb Ansari 2 years ago committed by GitHub
parent 99333f8caf
commit c47b80026a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<ResourceGroupTitle>Reference Resource</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.baeldung.com/java-logging-intro'>Introduction to Java Logging</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://www.javatpoint.com/java-logger'>Java Logger</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://en.wikipedia.org/wiki/Java_logging_framework'>Java Logging Frameworks</BadgeLink>
Loading…
Cancel
Save