HelloWorld Logging Sample Application
Enter Name:
Select one of the following logging options. Based on your selection, log statements with various levels can be found in
server.log
or the log file specified in
log.properties
. See sample documentation for details.
Print log messages with
System.err.println
Print
INFO log
using
java.util.logging.Logger
Bypass log-level and log using a lower log-level
Log to a file (Can be set in
log.properties
. Default is helloworld.log)