log.time.relative
Grace Software
JavaLog

$Revision: 1.2 $
$Date: 1999/10/28 11:17:26 $





Name: log.time.relative
Description: This controls the format of the relative time since the start of the process. 
Type: String
Acceptable Values:
clock Formats relative times as days, hours, minutes, and seconds, each separated by a ':'.
days Formats a decimal representation of the number of days that have passed since the start of the process.
hours Formats a decimal representation of the number of hours that have passed since the start of the process.
minutes Formats a decimal representation of the number of minutes that have passed since the start of the process.
seconds Formats a decimal representation of the number of seconds that have passed since the start of the process.
 
Default Value: clock
Example Usage:
$ java -Dlog.time.relative=days ... Writes times in log as specified above for long format.