|  | @@ -123,6 +123,8 @@ namespace SATParameters{
 | 
	
		
			
				|  |  |  		ULONGLONG _ulStartTickCount;
 | 
	
		
			
				|  |  |  		std::string _strStartTime;
 | 
	
		
			
				|  |  |  		std::string _strEndTime;
 | 
	
		
			
				|  |  | +		// 用例的日志文件;
 | 
	
		
			
				|  |  | +		std::string _strCaseLog;
 | 
	
		
			
				|  |  |  		__ST_CASE__()
 | 
	
		
			
				|  |  |  		{
 | 
	
		
			
				|  |  |  			_pExcutor = NULL;
 | 
	
	
		
			
				|  | @@ -199,6 +201,8 @@ namespace SATParameters{
 | 
	
		
			
				|  |  |  		int fd;
 | 
	
		
			
				|  |  |  		int nTaskId;
 | 
	
		
			
				|  |  |  		STJob Job;
 | 
	
		
			
				|  |  | +		// 任务日志;
 | 
	
		
			
				|  |  | +		std::string _strTaskLog;
 | 
	
		
			
				|  |  |  		__ST_TASK__()
 | 
	
		
			
				|  |  |  		{
 | 
	
		
			
				|  |  |  			_bConcurrent = false;
 |