CDI-LOGGING-WRAPPER
- Open your project's pom
- Add a reference to the artezio mvn repository:
<repository> <id>artezio</id> <url>https://nexus.artezio.net/repository/maven-releases</url> </repository>
- Add the dependency:
<dependency> <groupId>com.artezio.logging</groupId> <artifactId>cdi-logging-wrapper</artifactId> <version>1.0</version> </dependency>
CDI-LOGGING-WRAPPER represents a cdi interceptor. To enable it add info about the class in interceptors section of beans.xml
<class>com.artezio.logging.LogInterceptor</class>