All Downloads are FREE. Search and download functionalities are using the official Maven repository.

logViewer.logEntryDetail.jsf Maven / Gradle / Ivy

The newest version!







    
	$attribute{instanceName});
	    getRequestValue(key="logFile" value=>$attribute{logFile});
	    getRequestValue(key="logLevel" value=>$attribute{logLevel});
	    getRequestValue(key="recNumber" value=>$attribute{recNumber});
	    longAdd(Long1="#{recNumber}", Long2="1", LongResult=>$attribute{recNumberPlus});
	    gf.getLogQueryAttributes(
		InstanceName="#{instanceName}",
		FromRecord="#{recNumberPlus}",
		AfterRecord="false",
		LogFileName="#{logFile}",
		LogLevel="#{logLevel}",
		NumToDisplay="1",
		attributes=>$attribute{attrs});
	    gf.restRequest(
		endpoint="#{sessionScope.REST_URL}/view-log/details.json"
		attrs="#{requestScope.attrs}"
		method="GET"
		result="#{requestScope.queryResult}");
	    gf.processLogRecords(
		logRecords="#{requestScope.queryResult.data.records}"
		truncate="false"
		truncateLength="-1"
		result="#{pageSession.results}"
		);
	/>
    


    



#include "/common/shared/alertMsg_1.inc"
    
    

    
    
	
	    
	
    

    
    
	
	
	    
	    
		
	    
	    
	    
		
	    
	    
		  
	    
	    
		
	    
	    
		
	    
	    
		 
	    
	    
		
	    
	    "





© 2015 - 2025 Weber Informatics LLC | Privacy Policy