Class | Description |
---|---|
Commons.CommonsLoggingStrategy | |
Log.JavaUtilLoggingStrategy | This class contains the logic of how to weave a Java Util Logging logger into the host class. |
Log4j.Log4jLoggingStrategy | |
Log4j2.Log4j2LoggingStrategy | |
Slf4j.Slf4jLoggingStrategy |
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. |