Salome HOME
Add very simple log system BR_LIBBATCH_2_0
authorbarate <barate>
Mon, 28 Jan 2013 16:20:27 +0000 (16:20 +0000)
committerbarate <barate>
Mon, 28 Jan 2013 16:20:27 +0000 (16:20 +0000)
commit3a3d5427f40725ca4199eb80800c690709197974
tree5e2be3fed13860f865643b1099e366614ee70722
parent2e73c8f93eba2b34eab822a5817c09d7c235fc18
Add very simple log system
- Logs are no longer printed on stdout/stderr
- LOG macro writes a log message in file /tmp/libbatch-log-date-XXXXXX
19 files changed:
src/CCC/BatchManager_CCC.cxx
src/CCC/JobInfo_CCC.cxx
src/Core/BatchManager.cxx
src/Core/CMakeLists.txt
src/Core/CommunicationProtocol.cxx
src/Core/CommunicationProtocolRSH.cxx
src/Core/FactBatchManager.cxx
src/Core/Log.cxx [new file with mode: 0644]
src/Core/Log.hxx [new file with mode: 0644]
src/LSF/BatchManager_LSF.cxx
src/LSF/JobInfo_LSF.cxx
src/LoadLeveler/BatchManager_LL.cxx
src/Local/BatchManager_Local.cxx
src/PBS/BatchManager_PBS.cxx
src/PBS/JobInfo_PBS.cxx
src/SGE/BatchManager_SGE.cxx
src/SGE/JobInfo_SGE.cxx
src/Slurm/BatchManager_Slurm.cxx
src/Vishnu/BatchManager_Vishnu.cxx