META-INF.aop.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of isy-logging Show documentation
Show all versions of isy-logging Show documentation
Stellt eine Komponente für das Logging bereit.
The newest version!
<!DOCTYPE aspectj PUBLIC "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd"> <aspectj> <!-- Weaving nur für AWF- und AFU-Klassen --> <weaver> <include within="*..core..Awf*"/> <include within="*..core..Afu*"/> <include within="de.bund.bva.isyfact.logging.util.PerformanceLoggingAspect"/> </weaver> <aspects> <aspect name="de.bund.bva.isyfact.logging.util.PerformanceLoggingAspect"/> </aspects> </aspectj>