@RestController @RequestMapping(value="manage/log") public class LogBackController extends BaseAgentController
projectInfoService
Constructor and Description |
---|
LogBackController() |
Modifier and Type | Method and Description |
---|---|
String |
clear(String name,
String copyId) |
String |
console(String copyId) |
String |
download(String key,
String copyId) |
String |
export(String copyId) |
String |
logSize(String id,
String copyId) |
String |
resetLog(String copyId) |
getNowUserName, getProjectInfoModel, getProjectInfoModel, getUserName, getWorkspaceId, tryGetProjectInfoModel, tryGetProjectInfoModel
checkPathSafe, pathSafe
clearResources, createMultipart, getCookieValue, getHeader, getHeaders, getIp, getMultiRequest, getObject, getParameter, getParameter, getParameterInt, getParameterInt, getParameterLong, getParameterLong, getParameters, getParametersMap, getRefererParameter, getUnescapeParameter, getUnescapeParameter, getUnescapeParameters, getXssParameter, getXssParameter, getXssParameters, hasFile, resetInfo
getApplication, getAttribute, getClientIP, getHeaderMapValues, getRequest, getRequestAttributes, getResponse, getSession, getSessionAttribute, getSessionAttributeObj, removeSessionAttribute, setAttribute, setSessionAttribute, tryGetRequestAttributes
@RequestMapping(value="logSize", method=POST, produces="application/json") public String logSize(String id, String copyId)
@RequestMapping(value="resetLog", method=POST, produces="application/json") public String resetLog(String copyId)
@RequestMapping(value="logBack_delete", method=POST, produces="application/json") public String clear(String name, String copyId)
@RequestMapping(value="logBack_download", method=GET) public String download(String key, String copyId)
@RequestMapping(value="logBack", method=POST, produces="application/json") public String console(String copyId)
Copyright © 2017–2022. All rights reserved.