Skip to content
Kasper Nielsen edited this page Nov 29, 2013 · 2 revisions

Logging

We use SLF4J for logging in all DMA projects. To ensure we have the same version of SLf4J in all projects. Please use the following dependency:

<dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-api</artifactId>
    <version>${dependencies.slf4j.version}</version>
 </dependency>

Clone this wiki locally