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
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:
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...