Annotation Type | Description |
---|---|
Commons | This local transform adds a logging ability to your program using Apache Commons logging. |
Log | This local transform adds a logging ability to your program using java.util.logging. |
Log4j | This local transform adds a logging ability to your program using Log4j logging. |
Log4j2 | This local transform adds a logging ability to your program using Log4j2 logging. |
Slf4j | This local transform adds a logging ability to your program using LogBack logging. |