aspectj - Integrating perf4J with maven and logback -
i having problems integrating perf4j in existing maven application.
tried several approaches, none of them seemed work, wondering if has insight how done.
want use aop part of perf4j on methods , log them different file 1 used app logging.
thanks
you might suffering same declaration order issue mentioned in perf4j/logback related question. in short, idea enable printing of logback's internal status messages setting debug attribute true within configuration element. not forget any referenced appender must declared beforehand.
Comments
Post a Comment