일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- node.js
- 전자정부프레임워크
- WebLogic
- jQuery
- PHP
- swingx
- appspresso
- JSON
- 가우스
- oracle
- MySQL
- iBATIS
- MFC
- Spring
- rowspan
- dock
- Android
- 선택적조인
- Struts
- PLSQL
- Ajax
- phonegap
- Eclipse
- GPS
- tomcat
- ibsheet
- jsr 296
- JDOM
- Google Map
- sencha touch
Archives
- Today
- Total
Where The Streets Have No Name
Log Level Mapping between JDK 1.4 and Apache commons-logging 본문
Developement/Java
Log Level Mapping between JDK 1.4 and Apache commons-logging
highheat 2006. 11. 30. 14:28The following table describes the mapping between the log level of JDK 1.4 logging and Apache commons-logging:
JDK 1.4 | Apache commons-logging |
FINEST | trace |
FINE, FINER | debug |
INFO, CONFIG | info |
WARNING | warn |
SEVERE | error, fatal |
eclipse에서 quartz의 로그 메세지를 보지 않으려면 eclipse에 등록된 jre경로에 가서 logging.properties에서
.level 항목에 SEVERE 를 넣으면 해결됨