test case에서 로깅사용시


@BeforeClass
public static void init(){
try {
Log4jConfigurer.initLogging("classpath:properties/log4j.properties");
} catch (FileNotFoundException e) {
// TODO Auto-generated catch block
System.err.println("file not found!!");
}
}

댓글

이 블로그의 인기 게시물

어쩌다 마주친 spring Error

nginx 설정정리

이클립스에서 톰캣 publish할때 에러