| .. | .. |
|---|
| 11 | 11 | |
|---|
| 12 | 12 | import net.curisit.securis.utils.TokenHelper; |
|---|
| 13 | 13 | |
|---|
| 14 | | -import org.slf4j.Logger; |
|---|
| 15 | | -import org.slf4j.LoggerFactory; |
|---|
| 14 | +import org.apache.logging.log4j.Logger; |
|---|
| 15 | +import org.apache.logging.log4j.LogManager; |
|---|
| 16 | 16 | |
|---|
| 17 | 17 | /** |
|---|
| 18 | 18 | * External API to be accessed by third parties |
|---|
| .. | .. |
|---|
| 23 | 23 | public class ApiResource { |
|---|
| 24 | 24 | |
|---|
| 25 | 25 | @SuppressWarnings("unused") |
|---|
| 26 | | - private static final Logger log = LoggerFactory.getLogger(ApiResource.class); |
|---|
| 26 | + private static final Logger log = LogManager.getLogger(ApiResource.class); |
|---|
| 27 | 27 | |
|---|
| 28 | 28 | @Inject |
|---|
| 29 | 29 | TokenHelper tokenHelper; |
|---|