Package invocations :: Package cu1 :: Module cu1Transfer :: Class CASUTransferLog
[hide private]

Class CASUTransferLog

source code


Transfer log for CASU transfers.

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
closeTransferLogfile()
Close transfer logfile, write in the END time stamp.
source code
 
createTransferLogfile(sysc, outPrefix='')
Create the transfer log file, write in the START time stamp.
source code
 
updateTransferLog(fileList)
Write new full file path names into transfer log.
source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

updateTransferLog(fileList)
Static Method

source code 

Write new full file path names into transfer log.

Parameters:
  • fileList (list(str)) - List of transferred file names.