public interface ExceptionLogService
Modifier and Type | Method and Description |
---|---|
void |
deleteExceptionLogData()
오류이력 데이터 삭제
|
void |
doLogException(javax.servlet.http.HttpServletRequest request,
Exception exception)
오류이력 적재
|
List<Map<String,Object>> |
getExceptionEsLogList(Map<String,Object> map,
net.ibizsoftware.jwork.persistence.orm.mybatis.paging.support.JRowBounds jRowBounds)
오류이력 조회 (ES)
|
List<Map<String,Object>> |
getExceptionLogList(Map<String,Object> jmap,
net.ibizsoftware.jwork.persistence.orm.mybatis.paging.support.JRowBounds jRowBounds)
오류이력 조회 (DB)
|
void deleteExceptionLogData()
void doLogException(javax.servlet.http.HttpServletRequest request, Exception exception)
request
- HTTP 요청 객체exception
- 발생한 예외 객체List<Map<String,Object>> getExceptionEsLogList(Map<String,Object> map, net.ibizsoftware.jwork.persistence.orm.mybatis.paging.support.JRowBounds jRowBounds)
map
- 조회 조건jRowBounds
- 페이징 정보Copyright © 2025. All rights reserved.