<%@page import="com.blueland.bpm.log.model.*" %> <%@page import="com.blueland.bpm.common.page.*" %> <%@page import="com.blueland.bpm.common.util.*"%> <%@page import="java.util.*" %> <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib tagdir="/WEB-INF/tags/simpletable" prefix="simpletable"%> <%@ include file="/commons/taglibs.jsp" %> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> <%@ include file="/commons/meta.jsp" %> 流程运行日志管理 <%@ include file="/commons/messages.jsp" %>
流程运行日志
所属模块 日志级别 日志内容 记录时间
${item.appModuleName}  ${item.logLevel}  ${item.logContent}   ${item.logCreateTimeString}