VisualizationDataLog

If trace output type is SPECIFIED_FILE, these settings are used to specify settings for the trace log.



Attributes Summary
fileLocationSpecifies the name of the trace file to which trace output will be written.
rolloverSizeIndicates the maximum size of the trace output file, in Megabytes.
maxNumberOfHistoricLogsNumber of history or rollover files to retain.
writeInterval  
writeIntervalUnits  
transformAction : TransformActionType  

Attribute Details

fileLocation    -    Specifies the name of the trace file to which trace output will be written. Typically, using a filepath relative to the $(LOG_DIR) variable.Example value: $(LOG_DIR)/trace.log
     data type: 
     default Value:   unspecified



rolloverSize    -    Indicates the maximum size of the trace output file, in Megabytes. When this size is reached, the current file will be closed and renamed, then the file will be reopened. For example if trace output is configured to go to File1.txt, when the boundary is reached, the file will be closed and renamed to File1_timestamp.txt, then File1.txt will be reopened for output.
     data type: 
     default Value:   100



maxNumberOfHistoricLogs    -    Number of history or rollover files to retain. Only applicable when the trace output type is SPECIFIED_FILE.
     data type: 
     default Value:   1



writeInterval    -     
     data type: 
     default Value:   15



writeIntervalUnits    -     
     data type: 
     default Value:   1



transformAction    -     
     data type: TransformActionType
     default Value:   unspecified
     Allowed Values:  AVERAGE   SKIP  


Copyright IBM Corp. 1996-2005