You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
이전에 구현된 Mdns, Monitor 로그 처리 관련 클래스들을 아래의 구조로 변경하여 로그 처리 로직을 통일화합니다.
LogProcess - 출력하는 프로세스
LogParser - LogProcess의 출력을 Log로 파싱
Log - LogProcess의 출력을 가공한 로그 정보
LogDAO - Log를 DB에 저장하는 역할, 네이티브 쿼리로 작성
LogWriter - 주기적으로 LogProcess로부터 출력을 가져와서 LogParser를 통해 가공한 Log를 LogDAO를 통해 저장
이전에 구현된 Mdns, Monitor 로그 처리 관련 클래스들을 아래의 구조로 변경하여 로그 처리 로직을 통일화합니다.
LogProcess - 출력하는 프로세스
LogParser - LogProcess의 출력을 Log로 파싱
Log - LogProcess의 출력을 가공한 로그 정보
LogDAO - Log를 DB에 저장하는 역할, 네이티브 쿼리로 작성
LogWriter - 주기적으로 LogProcess로부터 출력을 가져와서 LogParser를 통해 가공한 Log를 LogDAO를 통해 저장
작업 현황
The text was updated successfully, but these errors were encountered: