return to Oracle de facto Standards
Title | Java logger API (Java Platform SE-8) |
Acronym | Logger |
Version | Java logger API |
Operating Systems | Java VM |
Downloads | https://www.oracle.com/technetwork/java/javase/downloads/index.html |
Supported Languages | |
License | Oracle Proprietary |
Reference | https://docs.oracle.com/en/java/javase/12/docs/api/java.logging/module-summary.html |
Provides the classes and interfaces of the Java™ 2 platform's core logging facilities. The central goal of the logging APIs is to support maintaining and servicing software at customer sites. There are four main target uses of the logs:
The key elements of this package include:
The Logging APIs offer both static and dynamic configuration control. Static control enables field service staff to set up a particular configuration and then re-launch the application with the new logging settings. Dynamic control allows for updates to the logging configuration within a currently running program. The APIs also allow for logging to be enabled or disabled for different functional areas of the system. For example, a field service engineer might be interested in tracing all AWT events, but might have no interest in socket events or memory management.