자바 로깅 라이브러리, 다양한 로깅출력방식 지원
pom.xml에 추가
<!-- https://mvnrepository.com/artifact/log4j/log4j -->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.15</version>
</dependency>
'JAVA > Spring' 카테고리의 다른 글
jcl-over-slf4j 1.6.6 이란? (0) | 2023.04.02 |
---|---|
slf4j-log4j 12 1.6.6 이란? (0) | 2023.04.02 |
inject 1 이란? (0) | 2023.04.02 |
servlet-api 2.5 란? (0) | 2023.04.02 |
jstl 1.2 란? (0) | 2023.04.02 |