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
- Filter
- 스프링부트
- OOP
- Redis
- 트랜잭션
- aspect
- MYSQL
- network
- mybatis
- Spring
- response
- 객체지향프로그래밍
- spring boot
- git
- exception
- Spring Security
- 디자인패턴
- request
- RestControllerAdvice
- 인터셉터
- Interceptor
- SQL
- http
- aop
- 자바
- 스프링 시큐리티
- java
- 관점지향프로그래밍
- 스프링
- proxy pattern
Archives
- Today
- Total
목록logback (1)
장쫄깃 기술블로그

CustomHighlightConverter 구현ForegroundCompositeConverterBase 상속 객체를 구현한다.import ch.qos.logback.classic.spi.ILoggingEvent;import ch.qos.logback.core.pattern.color.ANSIConstants;import ch.qos.logback.core.pattern.color.ForegroundCompositeConverterBase;/** * logback-spring 로그 레벨별 색상 지정 Custom Converter Class */public class CustomHighlightConverter extends ForegroundCompositeConverterBase { @Overr..
Spring Framework/Spring Boot
2024. 7. 16. 20:45