To run the ExampleLoggingApplication use the command line
java -Djava.util.logging.config.file=exampleLogging.properties au.com.forward.ExampleLoggingApplication

This writes a log file called 
   applicationLog.log
to the current dir.  This log file captures all the System.out and System.err output and any SEVERE log messages

A detailed log file called
   exampleApplicationLog?.xml
is written to the current directory.