Class LayeredArchitectureLogAspect

java.lang.Object
com.github.can019.global.aop.logger.LayeredArchitectureLogAspect

public class LayeredArchitectureLogAspect extends Object
AOP logger

com.github.can019 package 내 Controller, Service, Repository 로깅

Since:
0.0.1
See Also:
  • Constructor Details

    • LayeredArchitectureLogAspect

      public LayeredArchitectureLogAspect()
  • Method Details

    • defaultTraceInputLog

      public static void defaultTraceInputLog(org.aspectj.lang.JoinPoint joinPoint)
    • defaultTraceOutputLog

      public static void defaultTraceOutputLog(org.aspectj.lang.JoinPoint joinPoint, Object result)
    • errorLog

      public static void errorLog(org.aspectj.lang.JoinPoint joinPoint, Throwable e)