Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Quartz
- context
- Source
- web.xml
- Windows 10
- VirtualBox
- Eclipse
- lsof
- bash
- IntelliJ
- 네트워크
- Windows
- JavaScript
- Mac
- ssh
- plugin
- resource
- import
- find
- profile
- GIT
- xargs
- port
- grep
- maVen
- 단축키
- tomcat
- vscode
- 줄바꿈 문자
- netsh
Archives
- Today
- Total
develog
Spring 테스트 Log4j 초기화 본문
import org.springframework.util.Log4jConfigurer;
public void initLog4j() {
try {
Log4jConfigurer.initLogging("file:WebContent/WEB-INF/log4j.properties");
} catch (FileNotFoundException e) {
}
}
'Dev > Java' 카테고리의 다른 글
iBatis, remapResults="true" (0) | 2014.01.16 |
---|---|
System.out 파일로 출력 (0) | 2013.12.11 |
Quartz test (0) | 2013.12.11 |
jndi test 2 (0) | 2013.12.11 |
applicationContext.xml, sqlMapConfig, configLocation (classpath or file) (0) | 2013.12.09 |
Comments