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