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