Skip to content

Artezio/cdi-logging-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDI-LOGGING-WRAPPER

Getting Started

  1. Open your project's pom
  2. Add a reference to the artezio mvn repository:
    <repository>
        <id>artezio</id>
        <url>https://nexus.artezio.net/repository/maven-releases</url>
    </repository>
  3. Add the dependency:
    <dependency>
        <groupId>com.artezio.logging</groupId>
        <artifactId>cdi-logging-wrapper</artifactId>
        <version>1.0</version>
    </dependency>

Usage

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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages