Properties information:
Name: jutil.properties

Possible keys:
 
 
Property Name
Property Value
com.ibm.jutil.tracing.TurnOnAllNamedTracers ON or OFF
com.ibm.jutil.tracing.TimeStamping. ON or OFF
com.ibm.jutil.tracing.Tracer.<name> ON or OFF
com.ibm.jutil.tracing.TracerLevel Minimum, Normal or Maximum
com.ibm.jutil.tracing.TracerOutputTo Console, File or Logging
com.ibm.jutil.tracing.TracerOutputFileName <file name>
com.ibm.jutil.tracing.TracerOutputFileLocation <directory name>
com.ibm.jutil.tracing.TracerOutputFileThreshold <threshold>
com.ibm.jutil.tracing.TracerOutputToFileFlushFrequency <frequency number>
com.ibm.jutil.tracing.TracerOutputFileMaxSize <Maximum file size>
com.ibm.jutil.tracing.TracerOutputFileMaxFiles <Maximum number of files>

com.ibm.jutil.tracing.TurnOnAllNamedTracers property name:
Use this property to turn all Tracer.name properties ON/OFF. This property will override all Tracer.name properties.

com.ibm.jutil.tracing.TimeStamping property name:
This property will turn ON/OFF the time stamping.

com.ibm.jutil.tracing.Tracer.<name> property name:
Property used to set specific named tracer objects ON/OFF.

E.g. com.ibm.jutil.tracing.Tracer.System = ON

com.ibm.jutil.tracing.TracerLevel property name:
indicates the level of the trace information ( Maximum is the default level)

com.ibm.jutil.tracing.TracerOutputTo property name:
indicates the output of the trace information ( File is the default output).

com.ibm.jutil.tracing.TracerOutputFileName property name:
The filename that should be used for the tracer output file if TracerOutputToFile is true.  Default is a file name traceroutput.txt

com.ibm.jutil.tracing.TracerOutputFileLocation property name:
The directory where the tracer output file will be located the default value is = <user.home>/.ibmjpos where <user.home> is determined at runtime to be the directory returned by System.getProperty( "user.home" )

com.ibm.jutil.tracing.TracerOutputFileThreshold  property name:
This value indicates the threshold in number of characters that will be buffered before the contents of the tracer are flushed into the file.  The default value is 200 characters.

com.ibm.jutil.tracing.TracerOutputToFileFlushFrequency property name:
This is the FileTracerOutput flush frequency timeout.  Indicates how often the file will be flushed (in milliseconds)--default is 5000 ms.

com.ibm.jutil.tracing.TracerOutputFileMaxSize property name:
Contents the maximum number of bytes that a file can handle and store --default is 10000000 ( 10 Mbytes ).

com.ibm.jutil.tracing.TracerOutputFileMaxFiles property name:
Contents the maximum number of files where the the data traced is stored --default 10 file.

return