Skip to content

Commit

Permalink
Update src/main/kotlin/com/msg/gauth/global/annotation/logger/Injecto…
Browse files Browse the repository at this point in the history
…rLogger.kt

Co-authored-by: 엄지성 <127853946+Umjiseung@users.noreply.github.com>
  • Loading branch information
KimTaeO and Umjiseung authored Jun 29, 2024
1 parent ed34d75 commit 982a4ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import org.springframework.stereotype.Component
@Aspect
@Component
class InjectorLogger {

@Around("@annotation(com.msg.gauth.global.annotation.logger.log4k)")
fun inject(joinPoint: ProceedingJoinPoint): Any? {
val target = joinPoint.target
Expand Down

0 comments on commit 982a4ac

Please sign in to comment.