Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REFACTOR] LogWriter 코드 구조로 통일화합니다. #47

Closed
6 tasks done
inferior3x opened this issue Nov 26, 2024 · 0 comments · Fixed by #60 or #63
Closed
6 tasks done

[REFACTOR] LogWriter 코드 구조로 통일화합니다. #47

inferior3x opened this issue Nov 26, 2024 · 0 comments · Fixed by #60 or #63
Assignees

Comments

@inferior3x
Copy link
Collaborator

inferior3x commented Nov 26, 2024

이전에 구현된 Mdns, Monitor 로그 처리 관련 클래스들을 아래의 구조로 변경하여 로그 처리 로직을 통일화합니다.

LogProcess - 출력하는 프로세스
LogParser - LogProcess의 출력을 Log로 파싱
Log - LogProcess의 출력을 가공한 로그 정보
LogDAO - Log를 DB에 저장하는 역할, 네이티브 쿼리로 작성
LogWriter - 주기적으로 LogProcess로부터 출력을 가져와서 LogParser를 통해 가공한 Log를 LogDAO를 통해 저장

작업 현황

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants