@ConditionalOnProperty(prefix="jwork.ignore", value={"jwork","admin","web"}, havingValue="false", matchIfMissing=true) @Service @Component(value="exceptionLogServiceImpl") public class ExceptionLogServiceImpl extends Object implements ExceptionLogService
Constructor and Description |
---|
ExceptionLogServiceImpl() |
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)
|
public void deleteExceptionLogData()
deleteExceptionLogData
in interface ExceptionLogService
public void doLogException(javax.servlet.http.HttpServletRequest request, Exception exception)
doLogException
in interface ExceptionLogService
request
- HTTP 요청 객체exception
- 발생한 예외 객체public List<Map<String,Object>> getExceptionEsLogList(Map<String,Object> map, net.ibizsoftware.jwork.persistence.orm.mybatis.paging.support.JRowBounds jRowBounds)
getExceptionEsLogList
in interface ExceptionLogService
map
- 조회 조건jRowBounds
- 페이징 정보public List<Map<String,Object>> getExceptionLogList(Map<String,Object> jmap, net.ibizsoftware.jwork.persistence.orm.mybatis.paging.support.JRowBounds jRowBounds)
getExceptionLogList
in interface ExceptionLogService
jmap
- 조회 조건jRowBounds
- 페이징 정보Copyright © 2025. All rights reserved.