시작은 언제라도

Logging 본문

Web programming/Spring

Logging

row_a_boat 2021. 5. 29. 11:41

APache Log4j (Log for Java)

Log4j2 는 Log4j의 업그레이드 버젼이다.

 

로깅 라이브러리를 별도로 사용하지 않는다면, system.out.println()으로 할 것이다. 개발환경이야 상관없겠지만, 운영환경에서는 리소스낭비이다. 그렇다고 안쓰자니 에러상황에서 로깅이 아쉽다. 이럴 때 log4j 를 사용하면 해결할 수 있다.

 


특징

 

 

API Separation

Improved Performance

Support for multiple APIs

Avoid lock-in

Automatic Reloading of Configurations

Advanced Filtering

Plugin Architecture

Property Support

Java 8 Lambda Support

Custom Log Levels

Log Builder API

Garbage-free

Integrating with Application Servers

Cloud Enabled

Compatible with Log4j 1.x

 

 

 

'Web programming > Spring' 카테고리의 다른 글

MyBatis Framework  (1) 2021.06.19
spring framework 용어 정리  (0) 2021.06.07
Spring Annotation  (0) 2021.06.01
Settings  (0) 2021.06.01
IOC / DI  (1) 2021.05.17