Re: [staf-users] concurrent access to write a file in a "paralleliterate"

2014-08-25 Thread Sharon Lucas
o To: Sharon Lucas/Austin/IBM@IBMUS Cc: "staf-users@lists.sourceforge.net" Date: 08/25/2014 08:22 AM Subject: Re: [staf-users] concurrent access to write a file in a "paralleliterate" I am not using STAF LOG Service, but this piece of code: This fuc

Re: [staf-users] concurrent access to write a file in a "paralleliterate"

2014-08-25 Thread Luca Robusto
I am not using STAF LOG Service, but this piece of code: This fuction Logs message to Stax Monitor and to a File log indentLevel fileToLog if fileToLog is None: fileToLog=fileToLogNotDefault file = fileToLog from datetime import datetime timestamp=datetime.now().strftime('%H:

Re: [staf-users] concurrent access to write a file in a "paralleliterate"

2014-08-25 Thread Sharon Lucas
Assuming you're referring to using the STAF Log service to log information to a STAF log file (e.g. such as the STAX User Log file), the STAF Log service manages concurrent writing to STAF log files. -- Sharon Lucas IBM Austin, luc...