1private static final Logger LOGGER = Logger.getLogger( ClassName.class.getName() );
2
1Logging is the process of writing log messages during the execution of a
2program to a central place.This logging allows you to report and persist
3error and warning messages as well as info messages (e.g., runtime
4statistics) so that the messages can later be retrieved and analyzed.