
logViewer.logEntryDetail.jsf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-common Show documentation
Show all versions of console-common Show documentation
This bundle contains common code that may be shared across plugins.
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