You can run the logging utility on an application by defining a java.util.logging.config.file
property when you start the application. You
can either specify the default logging.properties
file or a logging.properties
file that is unique to that
application.
To specify logging on application start-up add the flag shown in Example 7.9 when starting the application.