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
- tomcat
- 단축키
- Source
- Windows 10
- VirtualBox
- Eclipse
- 네트워크
- plugin
- Windows
- Quartz
- profile
- vscode
- find
- netsh
- grep
- JavaScript
- xargs
- ssh
- context
- lsof
- bash
- 줄바꿈 문자
- Mac
- maVen
- import
- GIT
- port
- resource
- web.xml
- IntelliJ
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