Logging

Deliberate recording of certain information during a program execution for future reference.

Java Implementation

Using Java’s java.util.logging, a Logger can be used to log information, with logging levels.