Logging is an important aspect of application development. Many logging frameworks are available for use in the Java platform, including popular choices like Apache Log4j 2 (
https://logging.apache.org/log4j/2.x/
) and Logback (
https://logback.qos.ch/
). SLF4J
is
commonly used as the facade of different logging implementations. Java also has its own logging implementation, the java.util.logging API, which was added in Java 1.4. Even though java.util.logging is the built-in logging solution used by the Java standard library, it’s not very popular. Most Java applications still use external ...
6. The Platform Logging API and Service
Fu Cheng1
(1)
Auckland, New Zealand
Get Exploring Java 9: Build Modularized Applications in Java now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.