일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- appspresso
- Struts
- tomcat
- Eclipse
- oracle
- JDOM
- jsr 296
- MFC
- MySQL
- iBATIS
- GPS
- Android
- Ajax
- JSON
- ibsheet
- node.js
- phonegap
- Spring
- sencha touch
- 선택적조인
- rowspan
- jQuery
- dock
- WebLogic
- 가우스
- Google Map
- swingx
- PHP
- PLSQL
- 전자정부프레임워크
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 를 넣으면 해결됨