Intellij로 개발하는 과정에서 Log Framework를 사용하여 Debug Msg를 보게 되었습니다. 특정 Msg를 보고 싶었는데 어려움이 있었고 Console의 특정 Msg를 Grep하는 Plugin을 찾아 공유합니다.
Intellij Grep Console Plugin
Install Plugin
1. plugins
- Mac : Command + Shift + A ->
plugins
- Window : Ctrl + Shift + A ->
plugins
2. Browse repositories
을 클릭합니다.
3. Grep Console
을 검색하여 다운받습니다.
How to Use
Console에 오른쪽 버튼을 누르면 Grep을 누르시면 됩니다.
정규표현식을 입력하여 Apply 하시면 됩니다.
색깔을 변경하고 싶은 경우
-
Preference -> Other Setting
-> Grep Console에서 변경 가능합니다. - 빨간색 : #FF6464
- 노란색 : #FCFF77